|
SSL_check_private_key(3)
Contents
|
SSL_check_private_key - Checks the private key against the
public key of the certificate in the SSL structure
#include <openssl/ssl.h>
int SSL_check_private_key(
SSL *ssl );
The SSL_check_private_key() function checks if the private
key matches against the public key of the certificate
loaded in the SSL structure.
The following return values can occur: The private key
matches against the public key in the SSL structure. The
verification of the private key failed.
This API does not implement the functionality of checking
DH keys.
TBA
SSL_check_private_key(3)
[ Back ] |