Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
SSL_get_ciphers, SSL_CTX_get_ciphers, SSL_get1_supported_ciphers, SSL_get_client_ciphers, SSL_get_cipher_list — get lists of available SSL_CIPHERsSYNOPSIS
#include <openssl/ssl.h>SSL_get_ciphers(const SSL *ssl);
SSL_CTX_get_ciphers(const SSL_CTX *ctx);
SSL_get1_supported_ciphers(SSL *ssl);
SSL_get_client_ciphers(const SSL *ssl);
SSL_get_cipher_list(const SSL *ssl, int priority);