typedef enum { VM_SSL_VERIFY_NONE = 0, VM_SSL_VERIFY_OPTIONAL = 1, VM_SSL_VERIFY_REQUIRED = 2 } VM_SSL_VERIFY_TYPE;
typedef enum { VM_SSL_VERIFY_NONE = 0, VM_SSL_VERIFY_OPTIONAL = 1, VM_SSL_VERIFY_REQUIRED = 2 } VM_SSL_VERIFY_TYPE;
Verification type used for socket connection.
vmssl.h
|
Members |
Description |
|
VM_SSL_VERIFY_NONE = 0 |
Peer certificate is not checked (default), This is insecure and should be avoided. |
|
VM_SSL_VERIFY_OPTIONAL = 1 |
Peer certificate is checked, however the handshake continues even if verification failed. |
|
VM_SSL_VERIFY_REQUIRED = 2 |
Peer *must* present a valid certificate, handshake is aborted if verification failed. |
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.