*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: SSL_set_SSL_CTX | Section: 3 | Source: OpenBSD | File: SSL_set_SSL_CTX.3
SSL_SET_SSL_CTX(3) FreeBSD Library Functions Manual SSL_SET_SSL_CTX(3) NAME SSL_set_SSL_CTX - modify an SSL connection object to use another context SYNOPSIS #include <openssl/ssl.h> SSL_CTX * SSL_set_SSL_CTX(SSL *ssl, SSL_CTX* ctx); DESCRIPTION SSL_set_SSL_CTX() causes ssl to use the context ctx. If ctx is NULL, ssl reverts to using the context that it was initially created from with SSL_new(3). If ssl already uses ctx, no action occurs. RETURN VALUES SSL_set_SSL_CTX() returns an internal pointer to the context that ssl is using as a result of the call, or NULL if memory allocation fails. SEE ALSO ssl(3), SSL_clear(3), SSL_CTX_new(3), SSL_get_SSL_CTX(3), SSL_new(3), SSL_set_security_level(3) HISTORY SSL_set_SSL_CTX() first appeared in OpenSSL 0.9.8f and has been available since OpenBSD 4.5. FreeBSD 14.1-RELEASE-p8 July 13, 2022 FreeBSD 14.1-RELEASE-p8

Navigation Options