Return the signed certificate timestamps (SCTs) received on this connection.
Synopsis
Declared in <openssl/ssl.h>
stack_st_SCT const*
SSL_get0_peer_scts(SSL* s);
Return Value
Internal STACK_OF(SCT) of found SCTs (do not free), or NULL on error.
Parameters
Name |
Description |
s |
SSL connection to query. |
Created with MrDocs