summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2019-12-09 19:55:03 +0000
committertb <>2019-12-09 19:55:03 +0000
commit4f4edab4f0f2c8c6ad8821ed4e6eb8e76e153825 (patch)
tree32e51212456ffaefa7e7903b2d62275f94d049f8
parenta9ccfb313e56fa2891363eebb076b30a0e04dfac (diff)
downloadopenbsd-4f4edab4f0f2c8c6ad8821ed4e6eb8e76e153825.tar.gz
openbsd-4f4edab4f0f2c8c6ad8821ed4e6eb8e76e153825.tar.bz2
openbsd-4f4edab4f0f2c8c6ad8821ed4e6eb8e76e153825.zip
update to-do list
-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 9ef56dbdd7..c1c35ba55a 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.112 2019/12/09 19:46:56 tb Exp $ */ 1/* $OpenBSD: wycheproof.go,v 1.113 2019/12/09 19:55:03 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>
@@ -2626,7 +2626,6 @@ func main() {
2626 acceptableFlags = make(map[string]int) 2626 acceptableFlags = make(map[string]int)
2627 2627
2628 // TODO: Investigate the following new test vectors: 2628 // TODO: Investigate the following new test vectors:
2629 // dsa_*_p1363_test.json
2630 // primality_test.json 2629 // primality_test.json
2631 // x25519_{asn,jwk,pem}_test.json 2630 // x25519_{asn,jwk,pem}_test.json
2632 tests := []struct { 2631 tests := []struct {