summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-08-01 20:07:15 +0100
committerMatt Caswell <matt@openssl.org>2016-08-24 13:58:19 +0100
commitefa00a46c5cac115654a4e00b8e2ec3533ebe739 (patch)
tree5915b8a062f6f7e16814d67048da16a2b2d7e1a8
parent0620ecdcd2f4e5dabb4b0d0380d4f11ef519d96c (diff)
Fix comment about what SCT_LIST_validate does.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--include/openssl/ct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ct.h b/include/openssl/ct.h
index 70a058695d..6cedb693c0 100644
--- a/include/openssl/ct.h
+++ b/include/openssl/ct.h
@@ -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.