[#SSL_get_pending_cipher] = SSL_get_pending_cipher :mrdocs: Return the cipher suite negotiated for upcoming use but not yet active. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SSL_CIPHER.adoc[SSL_CIPHER] const* SSL_get_pending_cipher(xref:SSL.adoc[SSL] const* s); ---- == Return Value Pointer to the pending SSL_CIPHER, or NULL if none is known yet. == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL connection during handshake (for example while an ALPN select callback runs). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#