[#SSL_get_current_cipher] = SSL_get_current_cipher :mrdocs: Return the cipher suite currently in use on an established connection. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SSL_CIPHER.adoc[SSL_CIPHER] const* SSL_get_current_cipher(xref:SSL.adoc[SSL] const* s); ---- == Return Value Pointer to the active SSL_CIPHER, or NULL if no session has been established. == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL connection to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#