Return the signed certificate timestamps (SCTs) received on this connection.
Declared in <openssl/ssl.h>
<openssl/ssl.h>
stack_st_SCT const* SSL_get0_peer_scts(SSL* s);
Internal STACK_OF(SCT) of found SCTs (do not free), or NULL on error.