summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_CTX_new.3
diff options
context:
space:
mode:
authorschwarze <>2022-07-13 22:05:53 +0000
committerschwarze <>2022-07-13 22:05:53 +0000
commit7c4094b0fe904a4fbd78a372a6498e1fc0a159b2 (patch)
tree14cac30426fa035190d9d5c1d6ad022e3fc36a47 /src/lib/libssl/man/SSL_CTX_new.3
parenteecf69d021b6c6b9ed968129fcb1281df6b2be03 (diff)
downloadopenbsd-7c4094b0fe904a4fbd78a372a6498e1fc0a159b2.tar.gz
openbsd-7c4094b0fe904a4fbd78a372a6498e1fc0a159b2.tar.bz2
openbsd-7c4094b0fe904a4fbd78a372a6498e1fc0a159b2.zip
add .Xr links to SSL_CTX_set_security_level(3)
Diffstat (limited to 'src/lib/libssl/man/SSL_CTX_new.3')
-rw-r--r--src/lib/libssl/man/SSL_CTX_new.39
1 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_new.3 b/src/lib/libssl/man/SSL_CTX_new.3
index c1c7635dba..4b50a03de4 100644
--- a/src/lib/libssl/man/SSL_CTX_new.3
+++ b/src/lib/libssl/man/SSL_CTX_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_CTX_new.3,v 1.16 2021/04/15 16:30:14 tb Exp $ 1.\" $OpenBSD: SSL_CTX_new.3,v 1.17 2022/07/13 22:05:53 schwarze Exp $
2.\" full merge up to: OpenSSL 21cd6e00 Oct 21 14:40:15 2015 +0100 2.\" full merge up to: OpenSSL 21cd6e00 Oct 21 14:40:15 2015 +0100
3.\" selective merge up to: OpenSSL 8f75443f May 24 14:04:26 2019 +0200 3.\" selective merge up to: OpenSSL 8f75443f May 24 14:04:26 2019 +0200
4.\" 4.\"
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: April 15 2021 $ 53.Dd $Mdocdate: July 13 2022 $
54.Dt SSL_CTX_NEW 3 54.Dt SSL_CTX_NEW 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -141,8 +141,8 @@ creates a new
141.Vt SSL_CTX 141.Vt SSL_CTX
142object as a framework to establish TLS or DTLS enabled connections. 142object as a framework to establish TLS or DTLS enabled connections.
143It initializes the list of ciphers, the session cache setting, the 143It initializes the list of ciphers, the session cache setting, the
144callbacks, the keys and certificates, and the options to its default 144callbacks, the keys and certificates, the options, and the security
145values. 145level to its default values.
146.Pp 146.Pp
147An 147An
148.Vt SSL_CTX 148.Vt SSL_CTX
@@ -284,6 +284,7 @@ functions return pointers to constant static objects.
284.Xr SSL_CTX_free 3 , 284.Xr SSL_CTX_free 3 ,
285.Xr SSL_CTX_set_min_proto_version 3 , 285.Xr SSL_CTX_set_min_proto_version 3 ,
286.Xr SSL_CTX_set_options 3 , 286.Xr SSL_CTX_set_options 3 ,
287.Xr SSL_CTX_set_security_level 3 ,
287.Xr SSL_set_connect_state 3 288.Xr SSL_set_connect_state 3
288.Sh HISTORY 289.Sh HISTORY
289.Fn SSL_CTX_new 290.Fn SSL_CTX_new