Option to disable padding extension.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 1 Jun 2014 15:08:18 +0000 (16:08 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 1 Jun 2014 17:15:21 +0000 (18:15 +0100)
commit01f2f18f3c7e229bd4b1b2e3e150722175c64971
tree89c55d616acd71c208fd0e221bcdcacee16bc670
parentf8aab6174c217fe4764652dab926e434e7838ce8
Option to disable padding extension.

Add TLS padding extension to SSL_OP_ALL so it is used with other
"bugs" options and can be turned off.

This replaces SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG which is an ancient
option referring to SSLv2 and SSLREF.

PR#3336
doc/ssl/SSL_CTX_set_options.pod
ssl/ssl.h
ssl/t1_lib.c