From 180d74bfdd7348427499d5218b084f18974532ea Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 27 Nov 2019 21:44:27 +0000 Subject: Add to do list. --- src/regress/lib/libcrypto/wycheproof/wycheproof.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index eb0088b297..42914755a9 100644 --- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/src/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 * Copyright (c) 2018, 2019 Theo Buehler @@ -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 -- cgit v1.2.3-55-g6feb