diff options
Diffstat (limited to 'secure/lib/libcrypto/man/X509_check_private_key.3')
-rw-r--r-- | secure/lib/libcrypto/man/X509_check_private_key.3 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/secure/lib/libcrypto/man/X509_check_private_key.3 b/secure/lib/libcrypto/man/X509_check_private_key.3 index c00e27e895ba1..2963dd49cbcc7 100644 --- a/secure/lib/libcrypto/man/X509_check_private_key.3 +++ b/secure/lib/libcrypto/man/X509_check_private_key.3 @@ -128,16 +128,14 @@ .rm #[ #] #H #V #F C .\" ======================================================================== .\" -.IX Title "X509_check_private_key 3" -.TH X509_check_private_key 3 "2018-08-14" "1.0.2p" "OpenSSL" +.IX Title "X509_CHECK_PRIVATE_KEY 3" +.TH X509_CHECK_PRIVATE_KEY 3 "2018-09-11" "1.1.1" "OpenSSL" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" -X509_check_private_key, X509_REQ_check_private_key \- check the consistency -of a private key with the public key in an X509 certificate or certificate -request +X509_check_private_key, X509_REQ_check_private_key \- check the consistency of a private key with the public key in an X509 certificate or certificate request .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 @@ -154,8 +152,8 @@ key \fBk\fR with the public key in \fBx\fR. .PP \&\fIX509_REQ_check_private_key()\fR is equivalent to \fIX509_check_private_key()\fR except that \fBx\fR represents a certificate request of structure \fBX509_REQ\fR. -.SH "RETURN VALUE" -.IX Header "RETURN VALUE" +.SH "RETURN VALUES" +.IX Header "RETURN VALUES" \&\fIX509_check_private_key()\fR and \fIX509_REQ_check_private_key()\fR return 1 if the keys match each other, and 0 if not. .PP @@ -173,7 +171,7 @@ return success. \&\fIERR_get_error\fR\|(3) .SH "COPYRIGHT" .IX Header "COPYRIGHT" -Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2017\-2018 The OpenSSL Project Authors. All Rights Reserved. .PP Licensed under the OpenSSL license (the \*(L"License\*(R"). You may not use this file except in compliance with the License. You can obtain a copy |