Correct documentation about SCT setters resetting validation status
authorRob Percival <robpercival@google.com>
Tue, 23 Aug 2016 17:30:18 +0000 (18:30 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Aug 2016 12:58:19 +0000 (13:58 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
doc/crypto/SCT_new.pod

index a12408b2650fb0a05b4fe052e87252db5b4140ae..4ee41a6d417caa3c1400051f96988066689dabbd 100644 (file)
@@ -145,8 +145,8 @@ required for verifying the SCT.
 Some of the setters return int, instead of void. These will all return 1 on
 success, 0 on failure. They will not make changes on failure.
 
-Most of the setters will reset the validation status of the SCT to
-SCT_VALIDATION_STATUS_NOT_SET (see L<SCT_verify(3)>).
+All of the setters will reset the validation status of the SCT to
+SCT_VALIDATION_STATUS_NOT_SET (see L<SCT_validate(3)>).
 
 SCT_set_source() will call SCT_set_log_entry_type() if the type of
 certificate the SCT was issued for can be inferred from where the SCT was found.