Return the preference‐ordered stack of ciphers configured on an SSL context.
Synopsis
Declared in <openssl/ssl.h>
stack_st_SSL_CIPHER*
SSL_CTX_get_ciphers(SSL_CTX const* ctx);
Return Value
Stack of SSL_CIPHER objects, or NULL if none; do not free.
Parameters
Name |
Description |
ctx |
SSL context to query. |
Created with MrDocs