Return the preference‐ordered stack of ciphers available on an SSL connection.

Synopsis

Declared in <openssl/ssl.h>

stack_st_SSL_CIPHER*
SSL_get_ciphers(SSL const* s);

Return Value

Stack of SSL_CIPHER objects, or NULL if none; do not free.

Parameters

Name

Description

s

SSL connection to query.

Created with MrDocs