Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
CTLOG_get0_public_key() returns the public key of the CT log. Ownership of the
EVP_PKEY remains with the CTLOG.
-with
=head1 RETURN VALUES
each SCT (if that log is in the CTLOG_STORE). Alternatively, NULL can be passed
as the CTLOG_STORE parameter to disable this feature.
-B<SCT_validation_status_string> will return the validation status of an SCT as
-a human-readable string. Call L<SCT_validate>() or SCT_LIST_validate()
+SCT_validation_status_string() will return the validation status of an SCT as
+a human-readable string. Call SCT_validate() or SCT_LIST_validate()
beforehand in order to set the validation status of an SCT first.
=head1 SEE ALSO
L<d2i_SCT_LIST(3)>,
L<CTLOG_STORE_new(3)>,
-L<CTLOG_STORE_get0_log_by_id(3),
+L<CTLOG_STORE_get0_log_by_id(3)>,
L<SCT_new(3)>,
L<SCT_print(3)>,
L<SCT_verify(3)>,
=head1 RETURN VALUES
-All of the functions have return values consist with those stated for
+All of the functions have return values consistent with those stated for
L<d2i_SCT_LIST> and L<i2d_SCT_LIST>.
=head1 SEE ALSO
L<ct(3)>,
-L(d2i_SCT_LIST(3)>,
-L(i2d_SCT_LIST(3)>
+L<d2i_SCT_LIST(3)>,
+L<i2d_SCT_LIST(3)>
=head1 HISTORY