Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
0806-crypto-dsa-seem-to-always-have-been-given-...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0806-crypto-dsa-seem-to-always-have-been-given-bad-result.patch of Package erlang
From 15f3c4cf9dbd467dabf17d07076fbb9f9b28b5ab Mon Sep 17 00:00:00 2001 From: Hans Nilsson <hans@erlang.org> Date: Fri, 17 Dec 2021 16:06:12 +0100 Subject: [PATCH 2/2] crypto: dsa seem to always have been given bad result. Must fix. --- lib/crypto/test/crypto_SUITE.erl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/crypto/test/crypto_SUITE.erl b/lib/crypto/test/crypto_SUITE.erl index 9fe2652f3b..4a6c8dea7c 100644 --- a/lib/crypto/test/crypto_SUITE.erl +++ b/lib/crypto/test/crypto_SUITE.erl @@ -350,9 +350,10 @@ groups() -> generate, privkey_to_pubkey ]}, - {dss, [], [sign_verify, - privkey_to_pubkey + {dss, [], [sign_verify %% Does not work yet: ,public_encrypt, private_encrypt + %% dsa seem to always have been given bad result. Must fix: + %% ,privkey_to_pubkey ]}, {ecdsa, [], [sign_verify, use_all_ec_sign_verify %% Does not work yet: ,public_encrypt, private_encrypt -- 2.31.1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor