diff options
| author | jsing <> | 2014-09-21 17:44:37 +0000 | 
|---|---|---|
| committer | jsing <> | 2014-09-21 17:44:37 +0000 | 
| commit | 5d237272df7ccfde22003cad538e834fac8137de (patch) | |
| tree | 500e4bea058fdcd58c6601862c8def569f1056cb /src | |
| parent | 256c30e4533c3772ae38ae6b3db2e7180b8efc59 (diff) | |
| download | openbsd-5d237272df7ccfde22003cad538e834fac8137de.tar.gz openbsd-5d237272df7ccfde22003cad538e834fac8137de.tar.bz2 openbsd-5d237272df7ccfde22003cad538e834fac8137de.zip | |
Document SSL_OP_TLSEXT_PADDING.
From OpenSSL.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod b/src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod index 74f8b5d932..c656fb2e19 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod | |||
| @@ -114,6 +114,12 @@ vulnerability affecting CBC ciphers, which cannot be handled by some | |||
| 114 | broken SSL implementations. This option has no effect for connections | 114 | broken SSL implementations. This option has no effect for connections | 
| 115 | using other ciphers. | 115 | using other ciphers. | 
| 116 | 116 | ||
| 117 | =item SSL_OP_TLSEXT_PADDING | ||
| 118 | |||
| 119 | Adds a padding extension to ensure the ClientHello size is never between | ||
| 120 | 256 and 511 bytes in length. This is needed as a workaround for some | ||
| 121 | implementations. | ||
| 122 | |||
| 117 | =item SSL_OP_ALL | 123 | =item SSL_OP_ALL | 
| 118 | 124 | ||
| 119 | All of the above bug workarounds. | 125 | All of the above bug workarounds. | 
