Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
libgcrypt
libgcrypt-FIPS-ECC-PCT-Add-transition-to-error....
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libgcrypt-FIPS-ECC-PCT-Add-transition-to-error.patch of Package libgcrypt
Index: libgcrypt-1.9.4/cipher/ecc.c =================================================================== --- libgcrypt-1.9.4.orig/cipher/ecc.c +++ libgcrypt-1.9.4/cipher/ecc.c @@ -259,7 +259,10 @@ nist_generate_key (mpi_ec_t ec, int flag else { if (test_keys (ec, ec->nbits - 64)) - return GPG_ERR_BAD_SIGNATURE; + { + fips_signal_error ("self-test after key generation failed"); + return GPG_ERR_BAD_SIGNATURE; + } } return 0; }
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