SSL_CTX_get_ciphers

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

NameDescription
ctxSSL context to query.