diff options
author | tb <> | 2018-08-24 17:35:52 +0000 |
---|---|---|
committer | tb <> | 2018-08-24 17:35:52 +0000 |
commit | 243b73dbae82a5aa97f1e0ed8c78558f95e58a4a (patch) | |
tree | a70c91a9340bfdc2e3bfbbaab8c00875e9909852 /src | |
parent | fd8d3971664e8269572431ef3d5399e1b7646d04 (diff) | |
download | openbsd-243b73dbae82a5aa97f1e0ed8c78558f95e58a4a.tar.gz openbsd-243b73dbae82a5aa97f1e0ed8c78558f95e58a4a.tar.bz2 openbsd-243b73dbae82a5aa97f1e0ed8c78558f95e58a4a.zip |
Remove DSA from TODO list and add RSA-PSS back.
Diffstat (limited to 'src')
-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 5bbfb7c2af..09c7a4aca1 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.17 2018/08/24 17:34:46 tb Exp $ */ | 1 | /* $OpenBSD: wycheproof.go,v 1.18 2018/08/24 17:35:52 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -761,7 +761,7 @@ func main() { | |||
761 | os.Exit(0) | 761 | os.Exit(0) |
762 | } | 762 | } |
763 | 763 | ||
764 | // AES, DSA, ECDH | 764 | // AES, ECDH, RSA-PSS |
765 | tests := []struct { | 765 | tests := []struct { |
766 | name string | 766 | name string |
767 | pattern string | 767 | pattern string |