| RSA BSAFE SSL-C |
Security protocol components for C |
| Search |
Defines | |
| #define | SSL_SESS_CACHE_OFF |
| Disables session caching. | |
| #define | SSL_SESS_CACHE_CLIENT |
| Enables session caching for the client. | |
| #define | SSL_SESS_CACHE_SERVER |
| Enables session caching for the server. | |
| #define | SSL_SESS_CACHE_BOTH |
| Enables session caching for both the client and server. | |
| #define | SSL_SESS_CACHE_NO_AUTO_CLEAR |
| Prevents automatic flushing of expired session identifiers from the session cache. | |
| #define | SSL_SESS_CACHE_NO_INTERNAL_LOOKUP |
| Disables the internal cache session identifier lookup on the server side. More... | |
| #define | SSL_SESS_CACHE_OFF_NON_ZERO_ID |
| Disables session caching but requires the server to send a non-zero session identifier to the client. More... | |
| #define | SSL_SESSION_CACHE_MAX_SIZE_DEFAULT |
| Defines the default internal session cache size. | |
|
|
Disables the internal cache session identifier lookup on the server side. It is still called if there is an application |
|
|
Disables session caching but requires the server to send a non-zero session identifier to the client. This enables compatibility with client applications that cannot handle a zero session identifier such as Internet Explorer 5.x for Macintosh. |