[#SSL_get0_verified_chain] = SSL_get0_verified_chain :mrdocs: Return the verified peer certificate chain including the end‐entity certificate. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_X509.adoc[stack_st_X509]* SSL_get0_verified_chain(xref:SSL.adoc[SSL] const* s); ---- == Return Value Stack of X509 (do not free), possibly incomplete if verification failed; NULL if unavailable. == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL connection after a successful session establishment. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#