diff options
author | tb <> | 2022-11-16 08:34:07 +0000 |
---|---|---|
committer | tb <> | 2022-11-16 08:34:07 +0000 |
commit | 0ab87c481ab5d3f5a8d8e7ba8822f92f9c54f70e (patch) | |
tree | 3ca1810295e0cc59f5f03bb13948d1f7b86c8983 /src/regress/lib | |
parent | 577b016c5bd66bca55e18700f981fc0cbe1aecde (diff) | |
download | openbsd-0ab87c481ab5d3f5a8d8e7ba8822f92f9c54f70e.tar.gz openbsd-0ab87c481ab5d3f5a8d8e7ba8822f92f9c54f70e.tar.bz2 openbsd-0ab87c481ab5d3f5a8d8e7ba8822f92f9c54f70e.zip |
Remove an outdated TODO
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libcrypto/wycheproof/wycheproof.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index ec22c8aec1..1d671742ee 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.128 2022/07/13 06:40:24 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.129 2022/11/16 08:34:07 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,2022 Theo Buehler <tb@openbsd.org> | 4 | * Copyright (c) 2018,2019,2022 Theo Buehler <tb@openbsd.org> |
@@ -2900,9 +2900,6 @@ func main() { | |||
2900 | acceptableComments = make(map[string]int) | 2900 | acceptableComments = make(map[string]int) |
2901 | acceptableFlags = make(map[string]int) | 2901 | acceptableFlags = make(map[string]int) |
2902 | 2902 | ||
2903 | // TODO: Investigate the following new test vectors: | ||
2904 | // primality_test.json | ||
2905 | // x25519_{asn,jwk,pem}_test.json | ||
2906 | tests := []struct { | 2903 | tests := []struct { |
2907 | name string | 2904 | name string |
2908 | pattern string | 2905 | pattern string |