diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2018-08-24 17:35:53 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2018-08-24 17:35:53 +0000 |
commit | efdfd30ebf2d7f2ccf291e603ab8b7759a8a3fd2 (patch) | |
tree | 3b1083dd96814419c45182603b658870d4a37140 /regress | |
parent | 41db7b4a7f2388653e57838b2f2013c7f3698fa2 (diff) |
Remove DSA from TODO list and add RSA-PSS back.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libcrypto/wycheproof/wycheproof.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/wycheproof/wycheproof.go b/regress/lib/libcrypto/wycheproof/wycheproof.go index 5bbfb7c2af7..09c7a4aca1b 100644 --- a/regress/lib/libcrypto/wycheproof/wycheproof.go +++ b/regress/lib/libcrypto/wycheproof/wycheproof.go @@ -1,4 +1,4 @@ -/* $OpenBSD: wycheproof.go,v 1.17 2018/08/24 17:34:46 tb Exp $ */ +/* $OpenBSD: wycheproof.go,v 1.18 2018/08/24 17:35:52 tb Exp $ */ /* * Copyright (c) 2018 Joel Sing <jsing@openbsd.org> * @@ -761,7 +761,7 @@ func main() { os.Exit(0) } - // AES, DSA, ECDH + // AES, ECDH, RSA-PSS tests := []struct { name string pattern string |