[#SSL_get_client_ciphers] = SSL_get_client_ciphers :mrdocs: Return the stack of ciphers offered by the client (server‐side only). == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_SSL_CIPHER.adoc[stack_st_SSL_CIPHER]* SSL_get_client_ciphers(xref:SSL.adoc[SSL] const* s); ---- == Return Value Stack of matching SSL_CIPHER objects, or NULL if not in server mode / unavailable; do not free. == Parameters [cols="1,4"] |=== | Name| Description | *s* | Server SSL connection that has received a ClientHello. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#