Return a client‐or‐server SSL_METHOD restricted to DTLS 1.0 (deprecated).
Synopsis
Declared in <openssl/ssl.h>
[[deprecated]]
SSL_METHOD const*
DTLSv1_method();
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Pointer to the static DTLSv1.0 SSL_METHOD for use with SSL_CTX_new.
Created with MrDocs