Add prediction resistance capability to the DRBG reseeding process.
[openssl.git] / doc / man3 / X509_check_private_key.pod
index c3158c308fdf45b610c4bb2c452fa1e1e9e0afc4..9c83a8ad20fb7560a8e3afb2f91b0be35b915eb8 100644 (file)
@@ -4,7 +4,7 @@
 
 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.
+request
 
 =head1 SYNOPSIS
 
@@ -22,7 +22,7 @@ key B<k> with the public key in B<x>.
 X509_REQ_check_private_key() is equivalent to X509_check_private_key()
 except that B<x> represents a certificate request of structure B<X509_REQ>.
 
-=head1 RETURN VALUE
+=head1 RETURN VALUES
 
 X509_check_private_key() and X509_REQ_check_private_key() return 1 if
 the keys match each other, and 0 if not.
@@ -44,9 +44,9 @@ L<ERR_get_error(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.