[#SSL_client_hello_get0_ciphers] = SSL_client_hello_get0_ciphers :mrdocs: Return the cipher_suites field from the ClientHello being processed. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t SSL_client_hello_get0_ciphers( xref:SSL.adoc[SSL]* s, unsigned char const** out); ---- == Return Value Length of the cipher_suites field in bytes, or 0 if unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *s* | Server SSL connection inside a ClientHello callback (or with a parsed ClientHello). | *out* | If non‐NULL, set to point at the cipher suite list octets (do not free). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#