Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-07-10 06:38:24 +0300
committerAdam Langley <agl@google.com>2015-07-10 21:44:01 +0300
commit0851f67480253df8bf956767e6a42dbd64d257b6 (patch)
tree42e61c8584343697e0d27e053703068eeba20e76 /util
parenta5e2915ba1e232c57538b821511e6d22d32b4d40 (diff)
Add standalone tests for Poly1305.
RFC 7359 includes tests for various edge cases. Also, as CRYPTO_poly1305_update can be used single-shot and streaming, we should explicitly stress both. Change-Id: Ie44c203a77624be10397ad05f06ca98d937db76f Reviewed-on: https://boringssl-review.googlesource.com/5410 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'util')
-rw-r--r--util/all_tests.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/all_tests.json b/util/all_tests.json
index eb40ed91..77ffa0a0 100644
--- a/util/all_tests.json
+++ b/util/all_tests.json
@@ -45,6 +45,7 @@
["crypto/lhash/lhash_test"],
["crypto/modes/gcm_test"],
["crypto/pkcs8/pkcs12_test"],
+ ["crypto/poly1305/poly1305_test", "crypto/poly1305/poly1305_test.txt"],
["crypto/refcount_test"],
["crypto/rsa/rsa_test"],
["crypto/thread_test"],