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_current_cipher, SSL_get_cipher, SSL_get_cipher_name, SSL_get_cipher_bits, SSL_get_cipher_version — get SSL_CIPHER of a connectionSYNOPSIS
#include <openssl/ssl.h>SSL_get_current_cipher(const SSL *ssl);
SSL_get_cipher(const SSL *ssl);
SSL_get_cipher_name(const SSL *ssl);
SSL_get_cipher_bits(const SSL *ssl, int *np);
SSL_get_cipher_version(const SSL *ssl);