commit | 01f2f18f3c7e229bd4b1b2e3e150722175c64971 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Sun Jun 01 16:08:18 2014 +0100 |
committer | Dr. Stephen Henson <steve@openssl.org> | Sun Jun 01 18:15:21 2014 +0100 |
tree | 89c55d616acd71c208fd0e221bcdcacee16bc670 | |
parent | f8aab6174c217fe4764652dab926e434e7838ce8 [diff] |
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