diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/wycheproof/wycheproof.go | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/wycheproof/wycheproof.go b/src/regress/lib/libcrypto/wycheproof/wycheproof.go index eb0088b297..42914755a9 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.98 2019/11/27 21:26:31 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.99 2019/11/27 21:44:27 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> |
@@ -2431,6 +2431,12 @@ func main() { | |||
2431 | acceptableComments = make(map[string]int) | 2431 | acceptableComments = make(map[string]int) |
2432 | acceptableFlags = make(map[string]int) | 2432 | acceptableFlags = make(map[string]int) |
2433 | 2433 | ||
2434 | // TODO: Investigate the following new test vectors: | ||
2435 | // hkdf_sha*_test.json | ||
2436 | // primality_test.json | ||
2437 | // x25519_{asn,jwk,pem}_test.json | ||
2438 | // xchacha20_poly1305_test.json | ||
2439 | // what's up with the *_p1363_tst.json files? | ||
2434 | tests := []struct { | 2440 | tests := []struct { |
2435 | name string | 2441 | name string |
2436 | pattern string | 2442 | pattern string |