summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2019-11-28 21:42:42 +0000
committertb <>2019-11-28 21:42:42 +0000
commita29f2afb5514e67d5f00ff3a992f145e340b8588 (patch)
treef3ead1f30777ddd88897f43e8b484cf8d7cc69cf /src
parent3792938dd204127c112e84fc96479c532988cb28 (diff)
downloadopenbsd-a29f2afb5514e67d5f00ff3a992f145e340b8588.tar.gz
openbsd-a29f2afb5514e67d5f00ff3a992f145e340b8588.tar.bz2
openbsd-a29f2afb5514e67d5f00ff3a992f145e340b8588.zip
update to-do list
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/wycheproof/wycheproof.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
index 5132090321..955eb48220 100644
--- a/src/regress/lib/libcrypto/wycheproof/wycheproof.go
+++ b/src/regress/lib/libcrypto/wycheproof/wycheproof.go
@@ -1,4 +1,4 @@
1/* $OpenBSD: wycheproof.go,v 1.104 2019/11/28 21:41:42 tb Exp $ */ 1/* $OpenBSD: wycheproof.go,v 1.105 2019/11/28 21:42:42 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2018 Joel Sing <jsing@openbsd.org>
4 * Copyright (c) 2018, 2019 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2018, 2019 Theo Buehler <tb@openbsd.org>
@@ -2541,7 +2541,6 @@ func main() {
2541 acceptableFlags = make(map[string]int) 2541 acceptableFlags = make(map[string]int)
2542 2542
2543 // TODO: Investigate the following new test vectors: 2543 // TODO: Investigate the following new test vectors:
2544 // hkdf_sha*_test.json
2545 // primality_test.json 2544 // primality_test.json
2546 // x25519_{asn,jwk,pem}_test.json 2545 // x25519_{asn,jwk,pem}_test.json
2547 // What's up with the *_p1363_test.json files? 2546 // What's up with the *_p1363_test.json files?