| RSA BSAFE SSL-C |
Security protocol components for C |
| Search |
Defines | |
| #define | SSL_VERIFY_NONE |
| Indicates to not request a peer certificate and attempt peer verification. | |
| #define | SSL_VERIFY_PEER |
| Requests a certificate from the peer. | |
| #define | SSL_VERIFY_FAIL_IF_NO_PEER_CERT |
| Requests a certificate from the peer and fails if one is not provided. | |
| #define | SSL_VERIFY_CLIENT_ONCE |
| Specifies that a certificate should not be re-requested from the client during renegotiation. | |