summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod6
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
114broken SSL implementations. This option has no effect for connections 114broken SSL implementations. This option has no effect for connections
115using other ciphers. 115using other ciphers.
116 116
117=item SSL_OP_TLSEXT_PADDING
118
119Adds a padding extension to ensure the ClientHello size is never between
120256 and 511 bytes in length. This is needed as a workaround for some
121implementations.
122
117=item SSL_OP_ALL 123=item SSL_OP_ALL
118 124
119All of the above bug workarounds. 125All of the above bug workarounds.