[#SSL_client_hello_get0_random] = SSL_client_hello_get0_random :mrdocs: Return the ClientHello Random field from a client‐hello callback context. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t SSL_client_hello_get0_random( xref:SSL.adoc[SSL]* s, unsigned char const** out); ---- == Return Value Number of random bytes, or 0 if unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL object during a client‐hello callback. | *out* | Receives a pointer to the random bytes (typically 32 bytes); do not free. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#