summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2020-09-15 18:37:25 +0000
committerschwarze <>2020-09-15 18:37:25 +0000
commitcc9053e092fa983c47bf3b0efe4cb53ae951fd4d (patch)
treefd3ce16d1340370088652375334aa21772a541de
parent301b0fc14a4c34e9574769bdbf7894c84efdb4ea (diff)
downloadopenbsd-cc9053e092fa983c47bf3b0efe4cb53ae951fd4d.tar.gz
openbsd-cc9053e092fa983c47bf3b0efe4cb53ae951fd4d.tar.bz2
openbsd-cc9053e092fa983c47bf3b0efe4cb53ae951fd4d.zip
The undocumented public function SSL_set_SSL_CTX(3) changes the
context used by an SSL object, so do not talk about the SSL_CTX that "an SSL object was created from"; fixing an inaccuracy pointed out by jsing@.
-rw-r--r--src/lib/libssl/man/SSL_get_ciphers.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/man/SSL_get_ciphers.3 b/src/lib/libssl/man/SSL_get_ciphers.3
index 5ff1f69c42..919bef34c0 100644
--- a/src/lib/libssl/man/SSL_get_ciphers.3
+++ b/src/lib/libssl/man/SSL_get_ciphers.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_get_ciphers.3,v 1.8 2020/09/15 14:51:42 schwarze Exp $ 1.\" $OpenBSD: SSL_get_ciphers.3,v 1.9 2020/09/15 18:37:25 schwarze Exp $
2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" selective merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 3.\" selective merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100
4.\" 4.\"
@@ -165,9 +165,9 @@ is destroyed or when
165.Xr SSL_set_cipher_list 3 165.Xr SSL_set_cipher_list 3
166is called on it, but also when the 166is called on it, but also when the
167.Vt SSL_CTX 167.Vt SSL_CTX
168object is destroyed that 168object in use by
169.Fa SSL 169.Fa ssl
170was created from or when 170at the time of the call is freed or when
171.Xr SSL_CTX_set_cipher_list 3 171.Xr SSL_CTX_set_cipher_list 3
172is called on that context object. 172is called on that context object.
173.Pp 173.Pp