X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2Fct.pod;h=ccd0440f9fb955f7ea56770381c9a27ccf7f32cb;hp=fb5e581fd67f76b46a68ec6cd5706135b4318db3;hb=e469945f2c884428b448a32154dc99f8b61d92fc;hpb=56f3f714ef3f347898706826daae56eb4b2682ed diff --git a/doc/crypto/ct.pod b/doc/crypto/ct.pod index fb5e581fd6..ccd0440f9f 100644 --- a/doc/crypto/ct.pod +++ b/doc/crypto/ct.pod @@ -1,5 +1,7 @@ =pod +=for comment openssl_manual_section:7 + =head1 NAME ct - Certificate Transparency @@ -15,7 +17,7 @@ clients, as defined in RFC 6962. This verification can provide some confidence that a certificate has been publicly logged in a set of CT logs. By default, these checks are disabled. They can be enabled using -B() or B(). +SSL_CTX_ct_enable() or SSL_ct_enable(). This library can also be used to parse and examine CT data structures, such as Signed Certificate Timestamps (SCTs), or to read a list of CT logs. There are @@ -37,4 +39,13 @@ L, L, L +=head1 COPYRIGHT + +Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. + +Licensed under the OpenSSL license (the "License"). You may not use +this file except in compliance with the License. You can obtain a copy +in the file LICENSE in the source distribution or at +L. + =cut