diff options
author | Paul Yang <yang.yang@baishancloud.com> | 2017-12-25 10:50:39 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-01-16 18:34:08 +0100 |
commit | 1f13ad311367c07fe71c9f911195cd25948184d7 (patch) | |
tree | 6293d1b483575295ea3786c1a07f3895141aedb6 /doc/man3/SCT_print.pod | |
parent | Extend timeout for TLSProxy (diff) | |
download | openssl-1f13ad311367c07fe71c9f911195cd25948184d7.tar.xz openssl-1f13ad311367c07fe71c9f911195cd25948184d7.zip |
Add missing 'RETURN VALUES' sections in doc
All missing sections are added.
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4976)
Diffstat (limited to 'doc/man3/SCT_print.pod')
-rw-r--r-- | doc/man3/SCT_print.pod | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/man3/SCT_print.pod b/doc/man3/SCT_print.pod index 7313306476..001b5545f2 100644 --- a/doc/man3/SCT_print.pod +++ b/doc/man3/SCT_print.pod @@ -29,6 +29,11 @@ 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 RETURN VALUES + +SCT_validation_status_string() returns a null-terminated string representing +the validation status of an B<SCT> object. + =head1 SEE ALSO L<ct(7)>, @@ -42,7 +47,7 @@ These functions were added in OpenSSL 1.1.0. =head1 COPYRIGHT -Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2016-2017 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 |