| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
Functions | |
| int R_CDECL | SSL_CTX_use_PrivateKey (SSL_CTX *ctx, EVP_PKEY *pkey) |
| Duplicates and loads the private key pkey for the SSL_CTX ctx. More... | |
| int R_CDECL | SSL_CTX_use_PrivateKey_ASN1 (SSL_CTX *ctx, unsigned char *key, long len, int type) |
| Loads a private key pkey (in ASN.1 format) for the SSL_CTX structure ctx. More... | |
| int R_CDECL | SSL_CTX_check_private_key (SSL_CTX *ctx) |
| Checks that the default certificate and private key of the SSL_CTX structure ctx match. More... | |
| int R_CDECL | SSL_use_PrivateKey (SSL *ssl, EVP_PKEY *pkey) |
| Sets the private key pkey to be used for the SSL connection ssl. More... | |
| int R_CDECL | SSL_use_PrivateKey_ASN1 (SSL *ssl, unsigned char *data, long len, int type) |
| Sets the private key data to use for the SSL connection ssl. More... | |
| int R_CDECL | SSL_check_private_key (SSL *ctx) |
| Ensures the identifying certificate and the private key of an SSL structure match. More... | |
|
|
Ensures the identifying certificate and the private key of an SSL structure match. The SSL_CTX structure is checked if the SSL structure does not hold authentication details.
|
|
|
Checks that the default certificate and private key of the SSL_CTX structure ctx match.
|
|
||||||||||||
|
Duplicates and loads the private key pkey for the SSL_CTX ctx.
|
|
||||||||||||||||||||
|
Loads a private key pkey (in ASN.1 format) for the SSL_CTX structure ctx.
|
|
||||||||||||
|
Sets the private key pkey to be used for the SSL connection ssl.
|
|
||||||||||||||||||||
|
Sets the private key data to use for the SSL connection ssl. The private key is provided in ASN.1 format.
|