Initialize shared DANE TLSA authentication state on an SSL context.
Synopsis
Declared in <openssl/ssl.h>
int
SSL_CTX_dane_enable(SSL_CTX* ctx);
Return Value
Positive value on success, 0 for invalid usage, or a negative value on resource failure.
Parameters
Name |
Description |
ctx |
Client SSL context that will create DANE‐enabled SSL connections. |
Created with MrDocs