Return the preference-ordered stack of ciphers configured on an SSL context.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
stack_st_SSL_CIPHER* SSL_CTX_get_ciphers(SSL_CTX const* ctx);
Stack of SSL_CIPHER objects, or NULL if none; do not free.