| RSA BSAFE SSL-C |
Security protocol components for C |
| Search |
| Identifier | Value Data Type |
| SSL_INFO_R_LIB_CTX | R_LIB_CTX ** |
| SSL_INFO_FIPS140_MODE | int * |
The following table details the data types to pass into value when calling SSL_set_info().
| Identifier | Value Data Type |
| SSL_INFO_R_LIB_CTX | R_LIB_CTX * |
| SSL_INFO_FIPS140_MODE | int * |
Defines | |
| #define | SSL_INFO_R_LIB_CTX |
| Indicates the reference to the library context R_LIB_CTX in the SSL object. More... | |
| #define | SSL_INFO_FIPS140_MODE |
| Indicates the reference to the cryptographic data in the SSL object. More... | |
Typedefs | |
| typedef struct ssl_cipher_st | SSL_CIPHER |
| Indicates the type definition for the SSL_CIPHER structure. More... | |
|
|
|
|
|
Indicates the reference to the library context R_LIB_CTX in the SSL object. The following table details the usage of this identifier.
|
|
|
Indicates the type definition for the SSL_CIPHER structure. This structure holds information on ciphers used. |