From 8d7ee5cea6ec0fdea5c8f808b161f347261314e4 Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 24 Aug 2018 17:35:52 +0000 Subject: [PATCH] Remove DSA from TODO list and add RSA-PSS back. --- regress/lib/libcrypto/wycheproof/wycheproof.go | 4 ++-- 1 file 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 * @@ -761,7 +761,7 @@ func main() { os.Exit(0) } - // AES, DSA, ECDH + // AES, ECDH, RSA-PSS tests := []struct { name string pattern string -- 2.20.1