Adds history section to CT PODs

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
Rob Percival 2016-08-04 16:42:42 +01:00 committed by Matt Caswell
parent e469945f2c
commit 32fa3da8b1
11 changed files with 44 additions and 0 deletions

View File

@ -33,6 +33,10 @@ exists in the given CTLOG_STORE, otherwise it returns NULL.
L<ct(3)>,
L<CTLOG_STORE_new(3)>
=head1 HISTORY
This function was added in OpenSSL 1.1.0.
=head1 COPYRIGHT
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.

View File

@ -63,6 +63,10 @@ L<ct(3)>,
L<CTLOG_STORE_get0_log_by_id(3)>,
L<SSL_CTX_set_ctlog_list_file(3)>
=head1 HISTORY
These functions were added in OpenSSL 1.1.0.
=head1 COPYRIGHT
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.

View File

@ -36,6 +36,10 @@ encapsulates information about a Certificate Transparency log
L<ct(3)>
=head1 HISTORY
These functions were added in OpenSSL 1.1.0.
=head1 COPYRIGHT
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.

View File

@ -75,6 +75,10 @@ CT_POLICY_EVAL_CTX_new() will return NULL if malloc fails.
L<ct(3)>
=head1 HISTORY
These functions were added in OpenSSL 1.1.0.
=head1 COPYRIGHT
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.

View File

@ -178,6 +178,10 @@ L<ct(3)>,
L<SCT_verify(3)>,
L<OBJ_nid2obj(3)>
=head1 HISTORY
These functions were added in OpenSSL 1.1.0.
=head1 COPYRIGHT
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.

View File

@ -36,6 +36,10 @@ L<bio(3)>,
L<CTLOG_STORE_new(3)>,
L<SCT_validate(3)>
=head1 HISTORY
These functions were added in OpenSSL 1.1.0.
=head1 COPYRIGHT
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.

View File

@ -38,6 +38,10 @@ checks Signed Certificate Timestamps meet a Certificate Transparency policy
L<ct(3)>
=head1 HISTORY
These functions were added in OpenSSL 1.1.0.
=head1 COPYRIGHT
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.

View File

@ -28,6 +28,10 @@ verifies a Signed Certificate Timestamp's signature
L<ct(3)>
=head1 HISTORY
These functions were added in OpenSSL 1.1.0.
=head1 COPYRIGHT
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.

View File

@ -39,6 +39,10 @@ L<SCT_validate(3)>,
L<CT_POLICY_EVAL_CTX(3)>,
L<SSL_CTX_set_ct_validation_callback(3)>
=head1 HISTORY
This library was added in OpenSSL 1.1.0.
=head1 COPYRIGHT
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.

View File

@ -29,6 +29,10 @@ decode and encode Signed Certificate Timestamp lists in DER format
L<ct(3)>,
L(o2i_SCT_LIST(3)>
=head1 HISTORY
These functions were added in OpenSSL 1.1.0.
=head1 COPYRIGHT
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.

View File

@ -33,6 +33,10 @@ decode and encode Signed Certificate Timestamp lists in TLS wire format
L<ct(3)>,
L(d2i_SCT_LIST(3)>
=head1 HISTORY
These functions were added in OpenSSL 1.1.0.
=head1 COPYRIGHT
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.