diff options
author | 2018-03-23 02:21:08 +0000 | |
---|---|---|
committer | 2018-03-23 02:21:08 +0000 | |
commit | 09494245d20f0cf2f18d95bd545286f5fd5b284f (patch) | |
tree | 87d61851c7352dc8de26346443fd1c45328f097e /lib/libssl/man/SSL_CTX_set_options.3 | |
parent | crypto HISTORY up to 0.9.8zh; researched from OpenSSL git (diff) | |
download | wireguard-openbsd-09494245d20f0cf2f18d95bd545286f5fd5b284f.tar.xz wireguard-openbsd-09494245d20f0cf2f18d95bd545286f5fd5b284f.zip |
ssl.h HISTORY up to 0.9.8zh; researched from OpenSSL git
Diffstat (limited to 'lib/libssl/man/SSL_CTX_set_options.3')
-rw-r--r-- | lib/libssl/man/SSL_CTX_set_options.3 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libssl/man/SSL_CTX_set_options.3 b/lib/libssl/man/SSL_CTX_set_options.3 index c98e845452b..9c33b88b84b 100644 --- a/lib/libssl/man/SSL_CTX_set_options.3 +++ b/lib/libssl/man/SSL_CTX_set_options.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_set_options.3,v 1.9 2018/03/21 16:12:41 schwarze Exp $ +.\" $OpenBSD: SSL_CTX_set_options.3,v 1.10 2018/03/23 02:21:08 schwarze Exp $ .\" full merge up to: OpenSSL 7946ab33 Dec 6 17:56:41 2015 +0100 .\" selective merge up to: OpenSSL edb79c3a Mar 29 10:07:14 2017 +1000 .\" @@ -52,7 +52,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 21 2018 $ +.Dd $Mdocdate: March 23 2018 $ .Dt SSL_CTX_SET_OPTIONS 3 .Os .Sh NAME @@ -360,7 +360,9 @@ and first appeared in OpenSSL 0.9.2b and have been available since .Ox 2.6 . .Pp -.Fn SSL_CTX_clear_options +.Fn SSL_CTX_clear_options , +.Fn SSL_clear_options , and -.Fn SSL_clear_options -were first added in OpenSSL 0.9.8m. +.Fn SSL_get_secure_renegotiation_support +first appeared in OpenSSL 0.9.8m and have been available since +.Ox 4.9 . |