Return a server‐only SSL_METHOD that negotiates DTLS 1.0 or 1.2.

Synopsis

Declared in <openssl/ssl.h>

SSL_METHOD const*
DTLS_server_method();

Return Value

Pointer to the static DTLS server SSL_METHOD for use with SSL_CTX_new.

Created with MrDocs