Clear selected DANE option flags on an SSL_CTX.
Synopsis
Declared in <openssl/ssl.h>
unsigned long
SSL_CTX_dane_clear_flags(
SSL_CTX* ctx,
unsigned long flags);
Return Value
The resulting DANE flag mask after clearing.
Parameters
Name |
Description |
ctx |
SSL context whose DANE flags are updated. |
flags |
DANE flag bits to clear (for example DANE_FLAG_NO_DANE_EE_NAMECHECKS). |
Created with MrDocs