diff options
| author | tb <> | 2019-12-03 16:07:22 +0000 |
|---|---|---|
| committer | tb <> | 2019-12-03 16:07:22 +0000 |
| commit | 6c324df6a9a46e418063e68242d50eba85d19959 (patch) | |
| tree | 0b9c43a3a4abfda19706ed5099a203b86e793b42 | |
| parent | cc31bcbf06053aeef4be8a1a435f78f8e3fcc83f (diff) | |
| download | openbsd-6c324df6a9a46e418063e68242d50eba85d19959.tar.gz openbsd-6c324df6a9a46e418063e68242d50eba85d19959.tar.bz2 openbsd-6c324df6a9a46e418063e68242d50eba85d19959.zip | |
update to-do list
Diffstat (limited to '')
| -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 |
