diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-11-27 21:44:28 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-11-27 21:44:28 +0000 |
commit | 9534a4af2134d524bb9eb7db6956af7b35b03229 (patch) | |
tree | 4225fd80293d15e88743b098e47a51a7df713b1f | |
parent | e77e23940dc50812ec59c8d1f795734ec8b3b857 (diff) |
Add to do list.
-rw-r--r-- | regress/lib/libcrypto/wycheproof/wycheproof.go | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/wycheproof/wycheproof.go b/regress/lib/libcrypto/wycheproof/wycheproof.go index eb0088b297f..42914755a9b 100644 --- a/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,4 +1,4 @@ -/* $OpenBSD: wycheproof.go,v 1.98 2019/11/27 21:26:31 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.99 2019/11/27 21:44:27 tb Exp $ */ /* * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> * Copyright (c) 2018, 2019 Theo Buehler <tb@openbsd.org> @@ -2431,6 +2431,12 @@ func main() { acceptableComments = make(map[string]int) acceptableFlags = make(map[string]int) + // TODO: Investigate the following new test vectors: + // hkdf_sha*_test.json + // primality_test.json + // x25519_{asn,jwk,pem}_test.json + // xchacha20_poly1305_test.json + // what's up with the *_p1363_tst.json files? tests := []struct { name string pattern string |