summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2019-11-28 21:42:42 +0000
committertb <tb@openbsd.org>2019-11-28 21:42:42 +0000
commit3b511df12a89f54b8e441a06551a625e13ad35cb (patch)
treede04b79282d92c388d67da24249906b522e30f08
parentgo fmt (diff)
downloadwireguard-openbsd-3b511df12a89f54b8e441a06551a625e13ad35cb.tar.xz
wireguard-openbsd-3b511df12a89f54b8e441a06551a625e13ad35cb.zip
update to-do list
-rw-r--r--regress/lib/libcrypto/wycheproof/wycheproof.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/wycheproof/wycheproof.go b/regress/lib/libcrypto/wycheproof/wycheproof.go
index 51320903216..955eb482204 100644
--- a/regress/lib/libcrypto/wycheproof/wycheproof.go
+++ b/regress/lib/libcrypto/wycheproof/wycheproof.go
@@ -1,4 +1,4 @@
-/* $OpenBSD: wycheproof.go,v 1.104 2019/11/28 21:41:42 tb Exp $ */
+/* $OpenBSD: wycheproof.go,v 1.105 2019/11/28 21:42:42 tb Exp $ */
/*
* Copyright (c) 2018 Joel Sing <jsing@openbsd.org>
* Copyright (c) 2018, 2019 Theo Buehler <tb@openbsd.org>
@@ -2541,7 +2541,6 @@ func main() {
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
// What's up with the *_p1363_test.json files?