Declared in <openssl/ssl.h>
struct stack_st_SSL_CIPHER;
| Name | Description |
|---|---|
SSL_CTX_get_ciphers | Return the preference-ordered stack of ciphers configured on an SSL context. |
SSL_get1_supported_ciphers | Return the preference-ordered stack of enabled ciphers that would be sent in a ClientHello. |
SSL_get_ciphers | Return the preference-ordered stack of ciphers available on an SSL connection. |
SSL_get_client_ciphers | Return the stack of ciphers offered by the client (server-side only). |