diff options
author | tb <> | 2019-12-03 16:07:22 +0000 |
---|---|---|
committer | tb <> | 2019-12-03 16:07:22 +0000 |
commit | dfa6bf4db714c12f976de0d9b0372dd26bb28499 (patch) | |
tree | 0b9c43a3a4abfda19706ed5099a203b86e793b42 /src/regress/lib | |
parent | b878f6731ba54dd0926366273faec4e1fc7330ff (diff) | |
download | openbsd-dfa6bf4db714c12f976de0d9b0372dd26bb28499.tar.gz openbsd-dfa6bf4db714c12f976de0d9b0372dd26bb28499.tar.bz2 openbsd-dfa6bf4db714c12f976de0d9b0372dd26bb28499.zip |
update to-do list
Diffstat (limited to 'src/regress/lib')
-rw-r--r-- | src/regress/lib/libcrypto/wycheproof/wycheproof.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index 59d9e0766d..535b9f9e69 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.110 2019/12/03 16:05:14 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.111 2019/12/03 16:07:22 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> |
@@ -2574,9 +2574,9 @@ func main() { | |||
2574 | acceptableFlags = make(map[string]int) | 2574 | acceptableFlags = make(map[string]int) |
2575 | 2575 | ||
2576 | // TODO: Investigate the following new test vectors: | 2576 | // TODO: Investigate the following new test vectors: |
2577 | // dsa_*_p1363_test.json | ||
2577 | // primality_test.json | 2578 | // primality_test.json |
2578 | // x25519_{asn,jwk,pem}_test.json | 2579 | // x25519_{asn,jwk,pem}_test.json |
2579 | // What's up with the *_p1363_test.json files? | ||
2580 | tests := []struct { | 2580 | tests := []struct { |
2581 | name string | 2581 | name string |
2582 | pattern string | 2582 | pattern string |