[#SSL_get0_peer_scts] = SSL_get0_peer_scts :mrdocs: Return the signed certificate timestamps (SCTs) received on this connection. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_SCT.adoc[stack_st_SCT] const* SSL_get0_peer_scts(xref:SSL.adoc[SSL]* s); ---- == Return Value Internal STACK_OF(SCT) of found SCTs (do not free), or NULL on error. == Parameters [cols="1,4"] |=== | Name| Description | *s* | SSL connection to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#