[#OSSL_default_cipher_list] = OSSL_default_cipher_list :mrdocs: Return the built‐in default TLSv1.2 (and earlier) cipher‐list string. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* OSSL_default_cipher_list(); ---- == Return Value NUL‐terminated cipher list used when no explicit list is configured. [.small]#Created with https://www.mrdocs.com[MrDocs]#