summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2018-09-01 05:57:23 +0000
committertb <>2018-09-01 05:57:23 +0000
commitd88502a994f7acfeb62a684b01e38a7daa5a8c98 (patch)
tree5afc1d152608857aede4d60b3e21b6d2d6e4ccb5
parent26f747fc220b10eb50df18cf29515fbe91993a4b (diff)
downloadopenbsd-d88502a994f7acfeb62a684b01e38a7daa5a8c98.tar.gz
openbsd-d88502a994f7acfeb62a684b01e38a7daa5a8c98.tar.bz2
openbsd-d88502a994f7acfeb62a684b01e38a7daa5a8c98.zip
Remove RSA-PSS from todo-list
-rw-r--r--src/regress/lib/libcrypto/wycheproof/wycheproof.go4
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 21c9d1aae1..f9cc82d5c7 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.38 2018/09/01 05:56:24 tb Exp $ */ 1/* $OpenBSD: wycheproof.go,v 1.39 2018/09/01 05:57:23 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 Theo Buehler <tb@openbsd.org> 4 * Copyright (c) 2018 Theo Buehler <tb@openbsd.org>
@@ -1456,7 +1456,7 @@ func main() {
1456 os.Exit(0) 1456 os.Exit(0)
1457 } 1457 }
1458 1458
1459 // ECDH, RSA-PSS 1459 // ECDH
1460 tests := []struct { 1460 tests := []struct {
1461 name string 1461 name string
1462 pattern string 1462 pattern string