stack_st_SSL_CIPHER

Synopsis

Declared in <openssl/ssl.h>

struct stack_st_SSL_CIPHER;

Non-Member Functions

NameDescription
SSL_CTX_get_ciphersReturn the preference-ordered stack of ciphers configured on an SSL context.
SSL_get1_supported_ciphersReturn the preference-ordered stack of enabled ciphers that would be sent in a ClientHello.
SSL_get_ciphersReturn the preference-ordered stack of ciphers available on an SSL connection.
SSL_get_client_ciphersReturn the stack of ciphers offered by the client (server-side only).