Fix RT 3193
[oweals/openssl.git] / doc / ssl / SSL_CTX_set_options.pod
index 4f990b2ea922224e7243938798d4231b80c00332..e2548c35b815ce6e28827742c44a2d68a4df94e7 100644 (file)
@@ -112,6 +112,12 @@ vulnerability affecting CBC ciphers, which cannot be handled by some
 broken SSL implementations.  This option has no effect for connections
 using other ciphers.
 
+=item SSL_OP_TLSEXT_PADDING
+
+Adds a padding extension to ensure the ClientHello size is never between
+256 and 511 bytes in length. This is needed as a workaround for some
+implementations.
+
 =item SSL_OP_ALL
 
 All of the above bug workarounds.