diff options
author | 2017-08-20 23:18:53 +0000 | |
---|---|---|
committer | 2017-08-20 23:18:53 +0000 | |
commit | a10fa58db3d6e7423b09137c4a0aef3308a63656 (patch) | |
tree | dddcd2484186cde93bbffbf3df1fbade07330888 /lib/libssl/man/SSL_CTX_use_certificate.3 | |
parent | sync (diff) | |
download | wireguard-openbsd-a10fa58db3d6e7423b09137c4a0aef3308a63656.tar.xz wireguard-openbsd-a10fa58db3d6e7423b09137c4a0aef3308a63656.zip |
New manual page X509_check_private_key(3), using information
from the OpenSSL manual and from code inspection.
Use my own Copyright and license because no Copyright-worthy amount
of text from OpenSSL remains.
And, no, these functions do *NOT* check private keys, not at all.
Diffstat (limited to 'lib/libssl/man/SSL_CTX_use_certificate.3')
-rw-r--r-- | lib/libssl/man/SSL_CTX_use_certificate.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libssl/man/SSL_CTX_use_certificate.3 b/lib/libssl/man/SSL_CTX_use_certificate.3 index dec16b3255d..bc7d03cc195 100644 --- a/lib/libssl/man/SSL_CTX_use_certificate.3 +++ b/lib/libssl/man/SSL_CTX_use_certificate.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_use_certificate.3,v 1.4 2017/07/25 17:28:37 benno Exp $ +.\" $OpenBSD: SSL_CTX_use_certificate.3,v 1.5 2017/08/20 23:18:53 schwarze Exp $ .\" OpenSSL e248596b Apr 8 22:49:57 2005 +0000 .\" .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 25 2017 $ +.Dd $Mdocdate: August 20 2017 $ .Dt SSL_CTX_USE_CERTIFICATE 3 .Os .Sh NAME @@ -389,7 +389,8 @@ Otherwise check out the error stack to find out the reason. .Xr SSL_CTX_set_cipher_list 3 , .Xr SSL_CTX_set_client_cert_cb 3 , .Xr SSL_CTX_set_default_passwd_cb 3 , -.Xr SSL_new 3 +.Xr SSL_new 3 , +.Xr X509_check_private_key 3 .Sh HISTORY Support for DER encoded private keys .Pq Dv SSL_FILETYPE_ASN1 |