Add SSL_get0_peer_scts to ssl.pod
authorRob Percival <robpercival@google.com>
Mon, 1 Aug 2016 14:37:10 +0000 (15:37 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Aug 2016 12:58:19 +0000 (13:58 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
doc/ssl/ssl.pod

index 087e1f4ebd61aa4061ba124cdca83153f5cf7cae..582a276a8fde0360b586386ca76da3fadbb4a011 100644 (file)
@@ -556,6 +556,8 @@ fresh handle for each connection.
 
 =item X509 *B<SSL_get_peer_certificate>(const SSL *ssl);
 
+=item const STACK_OF(SCT) *B<SSL_get0_peer_scts>(SSL *s);
+
 =item EVP_PKEY *B<SSL_get_privatekey>(const SSL *ssl);
 
 =item int B<SSL_get_quiet_shutdown>(const SSL *ssl);