diff options
Diffstat (limited to 'src/lib/libssl/man/SSL_CTX_use_certificate.3')
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_use_certificate.3 | 37 |
1 files changed, 23 insertions, 14 deletions
diff --git a/src/lib/libssl/man/SSL_CTX_use_certificate.3 b/src/lib/libssl/man/SSL_CTX_use_certificate.3 index f51b5d960f..3e493bd607 100644 --- a/src/lib/libssl/man/SSL_CTX_use_certificate.3 +++ b/src/lib/libssl/man/SSL_CTX_use_certificate.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_use_certificate.3,v 1.7 2018/03/24 00:55:37 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_use_certificate.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $ |
2 | .\" OpenSSL e248596b Apr 8 22:49:57 2005 +0000 | 2 | .\" OpenSSL e248596b Apr 8 22:49:57 2005 +0000 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. | 4 | .\" This file was written by Lutz Jaenicke <jaenicke@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 24 2018 $ | 52 | .Dd $Mdocdate: March 27 2018 $ |
53 | .Dt SSL_CTX_USE_CERTIFICATE 3 | 53 | .Dt SSL_CTX_USE_CERTIFICATE 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -392,28 +392,37 @@ Otherwise check out the error stack to find out the reason. | |||
392 | .Xr SSL_new 3 , | 392 | .Xr SSL_new 3 , |
393 | .Xr X509_check_private_key 3 | 393 | .Xr X509_check_private_key 3 |
394 | .Sh HISTORY | 394 | .Sh HISTORY |
395 | .Fn SSL_use_certificate , | ||
396 | .Fn SSL_use_certificate_file , | ||
397 | .Fn SSL_use_RSAPrivateKey , | ||
398 | and | ||
399 | .Fn SSL_use_RSAPrivateKey_file | ||
400 | appeared in SSLeay 0.4 or earlier. | ||
401 | .Fn SSL_use_certificate_ASN1 | ||
402 | and | ||
403 | .Fn SSL_use_RSAPrivateKey_ASN1 | ||
404 | first appeared in SSLeay 0.5.1. | ||
405 | .Fn SSL_use_PrivateKey_file , | ||
406 | .Fn SSL_use_PrivateKey_ASN1 , | ||
407 | and | ||
408 | .Fn SSL_use_PrivateKey | ||
409 | first appeared in SSLeay 0.6.0. | ||
395 | .Fn SSL_CTX_use_certificate , | 410 | .Fn SSL_CTX_use_certificate , |
396 | .Fn SSL_CTX_use_certificate_ASN1 , | 411 | .Fn SSL_CTX_use_certificate_ASN1 , |
397 | .Fn SSL_CTX_use_certificate_file , | 412 | .Fn SSL_CTX_use_certificate_file , |
398 | .Fn SSL_use_certificate , | ||
399 | .Fn SSL_use_certificate_ASN1 , | ||
400 | .Fn SSL_use_certificate_file , | ||
401 | .Fn SSL_CTX_use_PrivateKey , | 413 | .Fn SSL_CTX_use_PrivateKey , |
402 | .Fn SSL_CTX_use_PrivateKey_ASN1 , | 414 | .Fn SSL_CTX_use_PrivateKey_ASN1 , |
403 | .Fn SSL_CTX_use_PrivateKey_file , | 415 | .Fn SSL_CTX_use_PrivateKey_file , |
404 | .Fn SSL_CTX_use_RSAPrivateKey , | 416 | .Fn SSL_CTX_use_RSAPrivateKey , |
405 | .Fn SSL_CTX_use_RSAPrivateKey_ASN1 , | 417 | .Fn SSL_CTX_use_RSAPrivateKey_ASN1 , |
406 | .Fn SSL_CTX_use_RSAPrivateKey_file , | 418 | and |
407 | .Fn SSL_use_PrivateKey_file , | 419 | .Fn SSL_CTX_use_RSAPrivateKey_file |
408 | .Fn SSL_use_PrivateKey_ASN1 , | 420 | first appeared in SSLeay 0.6.1. |
409 | .Fn SSL_use_PrivateKey , | 421 | .Fn SSL_CTX_check_private_key |
410 | .Fn SSL_use_RSAPrivateKey , | ||
411 | .Fn SSL_use_RSAPrivateKey_ASN1 , | ||
412 | .Fn SSL_use_RSAPrivateKey_file , | ||
413 | .Fn SSL_CTX_check_private_key , | ||
414 | and | 422 | and |
415 | .Fn SSL_check_private_key | 423 | .Fn SSL_check_private_key |
416 | appeared before SSLeay 0.8 and have been available since | 424 | first appeared in SSLeay 0.6.5. |
425 | All these functions have been available since | ||
417 | .Ox 2.4 . | 426 | .Ox 2.4 . |
418 | .Pp | 427 | .Pp |
419 | .Fn SSL_CTX_use_certificate_chain_file | 428 | .Fn SSL_CTX_use_certificate_chain_file |