diff options
Diffstat (limited to 'src/lib/libssl/man/SSL_new.3')
-rw-r--r-- | src/lib/libssl/man/SSL_new.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_new.3 b/src/lib/libssl/man/SSL_new.3 index f84eed7df8..22c5dbf2db 100644 --- a/src/lib/libssl/man/SSL_new.3 +++ b/src/lib/libssl/man/SSL_new.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_new.3,v 1.6 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_new.3,v 1.7 2022/07/13 22:05:53 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL 1c7ae3dd Mar 29 19:17:55 2017 +1000 | 2 | .\" full merge up to: OpenSSL 1c7ae3dd Mar 29 19:17:55 2017 +1000 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Richard Levitte <levitte@openssl.org> | 4 | .\" This file was written by Richard Levitte <levitte@openssl.org> |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: March 27 2018 $ | 52 | .Dd $Mdocdate: July 13 2022 $ |
53 | .Dt SSL_NEW 3 | 53 | .Dt SSL_NEW 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -70,7 +70,7 @@ structure which is needed to hold the data for a TLS/SSL connection. | |||
70 | The new structure inherits the settings of the underlying context | 70 | The new structure inherits the settings of the underlying context |
71 | .Fa ctx : | 71 | .Fa ctx : |
72 | connection method, options, verification settings, | 72 | connection method, options, verification settings, |
73 | timeout settings. | 73 | timeout settings, security level. |
74 | The reference count of the new structure is set to 1. | 74 | The reference count of the new structure is set to 1. |
75 | .Pp | 75 | .Pp |
76 | .Fn SSL_up_ref | 76 | .Fn SSL_up_ref |
@@ -97,6 +97,7 @@ returns 1 for success or 0 for failure. | |||
97 | .Xr ssl 3 , | 97 | .Xr ssl 3 , |
98 | .Xr SSL_clear 3 , | 98 | .Xr SSL_clear 3 , |
99 | .Xr SSL_CTX_set_options 3 , | 99 | .Xr SSL_CTX_set_options 3 , |
100 | .Xr SSL_CTX_set_security_level 3 , | ||
100 | .Xr SSL_free 3 , | 101 | .Xr SSL_free 3 , |
101 | .Xr SSL_get_SSL_CTX 3 | 102 | .Xr SSL_get_SSL_CTX 3 |
102 | .Sh HISTORY | 103 | .Sh HISTORY |