X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FSCT_print.pod;h=88ad43ecdcfb481ff35acdc33947281ba2429c8d;hp=4dfa4eb8699bd554a8065ebeaacb4d630280227e;hb=cfd20f64cc4bd440cfc8fe59f2daaa575015af3d;hpb=6c3e9a71ab5814ed3e603f92450041e9182d89b9 diff --git a/doc/crypto/SCT_print.pod b/doc/crypto/SCT_print.pod index 4dfa4eb869..88ad43ecdc 100644 --- a/doc/crypto/SCT_print.pod +++ b/doc/crypto/SCT_print.pod @@ -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 will return the validation status of an SCT as -a human-readable string. Call L() 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 @@ -36,6 +36,10 @@ L, L, L +=head1 HISTORY + +These functions were added in OpenSSL 1.1.0. + =head1 COPYRIGHT Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.