diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 b/src/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 index 6be781b341..e24a04992e 100644 --- a/src/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 +++ b/src/lib/libssl/man/SSL_CTX_set_tmp_rsa_callback.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_tmp_rsa_callback.3,v 1.2 2016/12/06 22:41:16 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_tmp_rsa_callback.3,v 1.3 2016/12/06 22:55:35 schwarze Exp $ |
2 | .\" OpenSSL 0b30fc90 Dec 19 15:23:05 2013 -0500 | 2 | .\" OpenSSL 0b30fc90 Dec 19 15:23:05 2013 -0500 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. |
@@ -54,7 +54,7 @@ | |||
54 | .Sh NAME | 54 | .Sh NAME |
55 | .Nm SSL_CTX_set_tmp_rsa_callback , | 55 | .Nm SSL_CTX_set_tmp_rsa_callback , |
56 | .Nm SSL_CTX_set_tmp_rsa , | 56 | .Nm SSL_CTX_set_tmp_rsa , |
57 | .Nm SSL_CTX_need_tmp_rsa , | 57 | .Nm SSL_CTX_need_tmp_RSA , |
58 | .Nm SSL_set_tmp_rsa_callback , | 58 | .Nm SSL_set_tmp_rsa_callback , |
59 | .Nm SSL_set_tmp_rsa , | 59 | .Nm SSL_set_tmp_rsa , |
60 | .Nm SSL_need_tmp_rsa | 60 | .Nm SSL_need_tmp_rsa |
@@ -69,7 +69,7 @@ | |||
69 | .Ft long | 69 | .Ft long |
70 | .Fn SSL_CTX_set_tmp_rsa "SSL_CTX *ctx" "RSA *rsa" | 70 | .Fn SSL_CTX_set_tmp_rsa "SSL_CTX *ctx" "RSA *rsa" |
71 | .Ft long | 71 | .Ft long |
72 | .Fn SSL_CTX_need_tmp_rsa "SSL_CTX *ctx" | 72 | .Fn SSL_CTX_need_tmp_RSA "SSL_CTX *ctx" |
73 | .Ft void | 73 | .Ft void |
74 | .Fo SSL_set_tmp_rsa_callback | 74 | .Fo SSL_set_tmp_rsa_callback |
75 | .Fa "SSL_CTX *ctx" | 75 | .Fa "SSL_CTX *ctx" |
@@ -106,7 +106,7 @@ with | |||
106 | .Xr SSL_new 3 . | 106 | .Xr SSL_new 3 . |
107 | Already created SSL objects are not affected. | 107 | Already created SSL objects are not affected. |
108 | .Pp | 108 | .Pp |
109 | .Fn SSL_CTX_need_tmp_rsa | 109 | .Fn SSL_CTX_need_tmp_RSA |
110 | returns 1, | 110 | returns 1, |
111 | if a temporary/ephemeral RSA key is needed for RSA-based strength-limited | 111 | if a temporary/ephemeral RSA key is needed for RSA-based strength-limited |
112 | .Sq exportable | 112 | .Sq exportable |
@@ -203,7 +203,7 @@ and | |||
203 | return 1 on success and 0 on failure. | 203 | return 1 on success and 0 on failure. |
204 | Check the error queue to find out the reason of failure. | 204 | Check the error queue to find out the reason of failure. |
205 | .Pp | 205 | .Pp |
206 | .Fn SSL_CTX_need_tmp_rsa | 206 | .Fn SSL_CTX_need_tmp_RSA |
207 | and | 207 | and |
208 | .Fn SSL_need_tmp_rsa | 208 | .Fn SSL_need_tmp_rsa |
209 | return 1 if a temporary RSA key is needed and 0 otherwise. | 209 | return 1 if a temporary RSA key is needed and 0 otherwise. |