Certificate Transparency validation policy for SSL_CTX_enable_ct().
Declared in <openssl/ssl.h>
enum SSL_ct_validation_mode;
| Name | Description |
|---|---|
SSL_CT_VALIDATION_PERMISSIVE | Continue the handshake even if SCT validation fails; the application decides later. |
SSL_CT_VALIDATION_STRICT | Require at least one valid SCT or request handshake termination (unless SSL_VERIFY_NONE). |