diff options
author | 2019-11-28 21:42:42 +0000 | |
---|---|---|
committer | 2019-11-28 21:42:42 +0000 | |
commit | 3b511df12a89f54b8e441a06551a625e13ad35cb (patch) | |
tree | de04b79282d92c388d67da24249906b522e30f08 | |
parent | go fmt (diff) | |
download | wireguard-openbsd-3b511df12a89f54b8e441a06551a625e13ad35cb.tar.xz wireguard-openbsd-3b511df12a89f54b8e441a06551a625e13ad35cb.zip |
update to-do list
-rw-r--r-- | regress/lib/libcrypto/wycheproof/wycheproof.go | 3 |
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? |