Return a client‐or‐server SSL_METHOD that negotiates DTLS 1.0 or 1.2.
Synopsis
Declared in <openssl/ssl.h>
SSL_METHOD const*
DTLS_method();
Return Value
Pointer to the static DTLS SSL_METHOD for use with SSL_CTX_new.
Created with MrDocs