Return the built‐in default TLSv1.2 (and earlier) cipher‐list string.

Synopsis

Declared in <openssl/ssl.h>

char const*
OSSL_default_cipher_list();

Return Value

NUL‐terminated cipher list used when no explicit list is configured.

Created with MrDocs