boringssl/third_party/wycheproof_testvectors/METADATA
David Benjamin 42ea84b317 Update Wycheproof test vectors.
They've since added new files that split up ECDH and RSA. The former especially
could be useful. A later commit will switch to those. Along the way, fix the
aes_cmac_test.json entry in the convert_wycheproof.go which got lost at some
point.

Change-Id: I9c4a2e5fc5f3e0935482f583c5466c1b64fe325e
Reviewed-on: https://boringssl-review.googlesource.com/29686
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2018-07-13 20:46:20 +00:00

18 lines
521 B
Plaintext

name: "Project Wycheproof"
description:
"Project Wycheproof tests crypto libraries against known attacks. "
"This is a copy of only the test vectors, adapted for BoringSSL."
third_party {
url {
type: GIT
value: "https://github.com/google/wycheproof"
}
version: "2904be69e9d666bf3064fdc15093747e695cfae6"
last_upgrade_date { year: 2018 month: 7 day: 2 }
local_modifications:
"Only the testvectors directory checked in. txt files "
"are generated by convert_wycheproof.go script in util."
}