[#SSL_CIPHER_standard_name] = SSL_CIPHER_standard_name :mrdocs: Return the standard RFC name of a cipher suite. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- char const* SSL_CIPHER_standard_name(xref:SSL_CIPHER.adoc[SSL_CIPHER] const* c); ---- == Return Value Static RFC name, "(NONE)" if `c` is NULL, or NULL if the suite has no standard name. == Parameters [cols="1,4"] |=== | Name| Description | *c* | Cipher suite to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#