| RSA BSAFE Micro Edition Suite |
Streamlined security for mobile and embedded devices |
 
![]() |
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. | |