| RSA BSAFE SSL-C |
Security protocol components for C |
| Search |
| Identifier | Value Data Type |
| SSL_CTX_INFO_R_LIB_CTX | R_LIB_CTX ** |
| SSL_CTX_INFO_FIPS140_MODE | int * |
The following table details the data types to pass into value when calling SSL_CTX_set_info().
| Identifier | Value Data Type |
| SSL_CTX_INFO_R_LIB_CTX | R_LIB_CTX * |
| SSL_CTX_INFO_FIPS140_MODE | int * |
Defines | |
| #define | SSL_CTX_INFO_R_LIB_CTX |
| Indicates the reference to the library context in the SSL_CTX object. More... | |
| #define | SSL_CTX_INFO_FIPS140_MODE |
| Indicates the reference to the cryptographic data in the SSL_CTX. More... | |
Typedefs | |
| typedef struct ssl_method_st | SSL_METHOD |
| Indicates the type definition for the SSL_METHOD structure. More... | |
|
|
Indicates the reference to the cryptographic data in the SSL_CTX. The following table details the usage of this identifier.
|
|
|
Indicates the reference to the library context in the SSL_CTX object. The following table details the usage of this identifier.
|
|
|
Indicates the type definition for the SSL_METHOD structure. This structure holds functions for SSLv2 or SSLv3/TLSv1. |