[#SSL_SESSION_get0_id_context] = SSL_SESSION_get0_id_context :mrdocs: Return the session‐id context bytes associated with a session. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- unsigned char const* SSL_SESSION_get0_id_context( xref:SSL_SESSION.adoc[SSL_SESSION] const* s, unsigned int* len); ---- == Return Value Pointer to the internal context bytes (do not free), or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *s* | Session to query. | *len* | If non‐NULL, receives the context length in bytes. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#