Typo fixes
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
ea4b7ded52
commit
cfd20f64cc
4 changed files with 6 additions and 7 deletions
|
@ -45,7 +45,6 @@ the string remains with the CTLOG.
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@ is provided, it will be used to print the description of the CT log that issued
|
|||
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
|
||||
|
|
|
@ -31,7 +31,7 @@ functions for:
|
|||
|
||||
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)>,
|
||||
|
|
|
@ -23,14 +23,14 @@ treated and the return values.
|
|||
|
||||
=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
|
||||
|
||||
|
|
Loading…
Reference in a new issue