X509_check_private_key(3) | OpenSSL | X509_check_private_key(3) |
#include <openssl/x509.h> int X509_check_private_key(X509 *x, EVP_PKEY *k); int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k);
X509_REQ_check_private_key() is equivalent to X509_check_private_key() except that x represents a certificate request of structure X509_REQ.
If the key is invalid or an error occurred, the reason code can be obtained using ERR_get_error(3).
Licensed under the OpenSSL license (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 <https://www.openssl.org/source/license.html>.
2018-09-23 | 1.1.1c |