123456789101112131415161718192021 |
- # server DTLS multiversion allow downgrading
- -vd
- -7 2
- -u
- -l TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
- # client DTLSv1.0
- -v 2
- -u
- -l TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
- # server DTLSv1.0
- -v 2
- -u
- -l TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
- # client DTLS multiversion allow downgrading
- -vd
- -7 2
- -u
- -l TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
|