Commit 32fa3da8 authored by Rob Percival's avatar Rob Percival Committed by Matt Caswell
Browse files

Adds history section to CT PODs

parent e469945f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.
+4 −0
Original line number Diff line number Diff line
@@ -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.
+4 −0
Original line number Diff line number Diff line
@@ -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.
+4 −0
Original line number Diff line number Diff line
@@ -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.
+4 −0
Original line number Diff line number Diff line
@@ -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.
Loading