Update wycheproof-testvectors to HEAD as of Dec 14.
No change to existing test vectors. This adds HMAC(3) that will be picked up by wycheproof.go. All these tests currently pass. ok sthen
This commit is contained in:
parent
ffdf54efa4
commit
959ef604e5
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2019/11/28 17:02:13 tb Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2019/12/16 17:15:49 tb Exp $
|
||||
|
||||
COMMENT = test vectors from Project Wycheproof
|
||||
|
||||
# No releases
|
||||
VERSION = 20191126
|
||||
VERSION = 20191214
|
||||
DISTNAME = wycheproof-testvectors-${VERSION}
|
||||
|
||||
GH_ACCOUNT = google
|
||||
GH_PROJECT = wycheproof
|
||||
GH_COMMIT = 06e5e105eeb9e2699143fc92912baae74c7f6dcc
|
||||
GH_COMMIT = eb35c25e05d17dc05fdf42f40ff4cbb3a959c096
|
||||
|
||||
CATEGORIES = security devel
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wycheproof-testvectors-20191126-06e5e105.tar.gz) = 9X90GPuJ4ryHk2R7xh4MPbh8WGa3XC48HNu/WCyvM2w=
|
||||
SIZE (wycheproof-testvectors-20191126-06e5e105.tar.gz) = 8717030
|
||||
SHA256 (wycheproof-testvectors-20191214-eb35c25e.tar.gz) = zfdtV9hbd8cT6OqJS2e2rNCy2FO/ipXDgiMTg4MBxYA=
|
||||
SIZE (wycheproof-testvectors-20191214-eb35c25e.tar.gz) = 8826265
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2019/11/28 17:02:13 tb Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2019/12/16 17:15:49 tb Exp $
|
||||
share/wycheproof/
|
||||
share/wycheproof/testvectors/
|
||||
share/wycheproof/testvectors/aead_aes_siv_cmac_test.json
|
||||
@ -87,6 +87,15 @@ share/wycheproof/testvectors/hkdf_sha1_test.json
|
||||
share/wycheproof/testvectors/hkdf_sha256_test.json
|
||||
share/wycheproof/testvectors/hkdf_sha384_test.json
|
||||
share/wycheproof/testvectors/hkdf_sha512_test.json
|
||||
share/wycheproof/testvectors/hmac_sha1_test.json
|
||||
share/wycheproof/testvectors/hmac_sha224_test.json
|
||||
share/wycheproof/testvectors/hmac_sha256_test.json
|
||||
share/wycheproof/testvectors/hmac_sha384_test.json
|
||||
share/wycheproof/testvectors/hmac_sha3_224_test.json
|
||||
share/wycheproof/testvectors/hmac_sha3_256_test.json
|
||||
share/wycheproof/testvectors/hmac_sha3_384_test.json
|
||||
share/wycheproof/testvectors/hmac_sha3_512_test.json
|
||||
share/wycheproof/testvectors/hmac_sha512_test.json
|
||||
share/wycheproof/testvectors/kw_test.json
|
||||
share/wycheproof/testvectors/kwp_test.json
|
||||
share/wycheproof/testvectors/primality_test.json
|
||||
|
Loading…
Reference in New Issue
Block a user