Return the SSL_METHOD used to create an SSL context.
Synopsis
Declared in <openssl/ssl.h>
SSL_METHOD const*
SSL_CTX_get_ssl_method(SSL_CTX const* ctx);
Return Value
Pointer to the context's SSL_METHOD.
Parameters
Name |
Description |
ctx |
SSL context to query. |
Created with MrDocs