[#SSL_CTX_get_ciphers] = SSL_CTX_get_ciphers :mrdocs: Return the preference‐ordered stack of ciphers configured on an SSL context. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_SSL_CIPHER.adoc[stack_st_SSL_CIPHER]* SSL_CTX_get_ciphers(xref:SSL_CTX.adoc[SSL_CTX] const* ctx); ---- == Return Value Stack of SSL_CIPHER objects, or NULL if none; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *ctx* | SSL context to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#