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_state_string, SSL_state_string_long — get textual description of state of an SSL objectSYNOPSIS
#include <openssl/ssl.h>SSL_state_string(const SSL *ssl);
SSL_state_string_long(const SSL *ssl);