Fix comment about what SCT_LIST_validate does.
authorRob Percival <robpercival@google.com>
Mon, 1 Aug 2016 19:07:15 +0000 (20:07 +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>
include/openssl/ct.h

index 70a058695d0aa36ff8d19039d7242c692740e80e..6cedb693c0c04e5ab2b5270d78da0a9dbba7fab7 100644 (file)
@@ -287,7 +287,7 @@ __owur int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx);
 
 /*
  * Validates the given list of SCTs with the provided context.
- * Populates the "good_scts" and "bad_scts" of the evaluation context.
+ * Sets the "validation_status" field of each SCT.
  * Returns 1 if there are no invalid SCTs and all signatures verify.
  * Returns 0 if at least one SCT is invalid or could not be verified.
  * Returns a negative integer if an error occurs.