]> git.ipfire.org Git - thirdparty/openssl.git/commit
Document remaining obsolete SSL_OP_NETSCAPE_*_BUG
authorTobias Nießen <tniessen@tnie.de>
Mon, 6 Mar 2023 22:51:17 +0000 (22:51 +0000)
committerPauli <pauli@openssl.org>
Tue, 14 Mar 2023 21:35:00 +0000 (08:35 +1100)
commitfe52208c560fb4d16fc40cfe395032544b82271e
treeea81b73daafac5e014eaec12234eaabb78b5b376
parentc09c202e9bc66f0300ee598ca94f2b3fa5a5899d
Document remaining obsolete SSL_OP_NETSCAPE_*_BUG

SSL_OP_NETSCAPE_CA_DN_BUG became obsolete in 3c33c6f6b1086435 and
support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG was removed by
7a4dadc3a6a487db. The definitions are still listed under "OBSOLETE
OPTIONS retained for compatibility" in ssl.h.in, so this commit adds
them to the list of obsolete options in doc/man3.

Refs: https://github.com/nodejs/node/pull/46954

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20443)
doc/man3/SSL_CTX_set_options.pod