summaryrefslogtreecommitdiffstats
path: root/crypto/rsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Coverity 1453629 and 1453638: Error handling issues (NEGATIVE_RETURNS)Pauli2019-09-111-0/+4
* [crypto/rsa] Set the constant-time flag in multi-prime RSA tooCesar Pereida Garcia2019-09-061-3/+6
* [crypto/asn1] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia2019-09-061-0/+6
* Ensure RSA PSS correctly returns the right default digestMatt Caswell2019-08-091-0/+13
* make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb2019-07-312-0/+12
* Regenerate mkerr filesRich Salz2019-07-161-106/+1
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Change default RSA, DSA and DH size to 2048 bitKurt Roeckx2019-05-211-1/+1
* FIPS: Fix compiler errors in rsa_chk.c when building with `-DFIPS_MODE`Dr. Matthias St. Pierre2019-04-301-5/+3
* Copy RSA-PSS saltlen in EVP_PKEY_CTX_dup.David Benjamin2019-04-261-0/+1
* SP 800-56B steps enumerated.Pauli2019-04-171-0/+27
* Avoid creating invalid rsa pss paramsBernd Edlinger2019-04-101-1/+3
* Fixed unmatched BN_CTX_start/end if an invalid exponent is used.Shane Lontis2019-03-291-1/+1
* Modify the RSA_private_decrypt functions to check the padding inBernd Edlinger2019-03-223-48/+48
* Make err_clear_constant_time really constant timeBernd Edlinger2019-03-221-1/+1
* Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis2019-03-193-14/+7
* remove needless empty lines when printing certificatesDavid von Oheimb2019-03-181-1/+1
* added generated filesShane Lontis2019-03-121-1/+20
* FIPS 186-4 RSA Generation & ValidationShane Lontis2019-03-127-3/+811
* Do the error handling in pkey_rsa_decrypt in constant timeBernd Edlinger2019-03-071-5/+6
* Fix memory overrun in rsa padding check functionsBernd Edlinger2019-03-073-41/+44
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-062-5/+5
* Fix comment typoPauli2019-02-111-1/+1
* Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger2018-12-311-3/+6
* add missing check for BN_mod_inverseMansour Ahmadi2018-12-131-0/+2
* fix inconsistent flen check in rsa_pk1 and rsa_oaepMansour Ahmadi2018-12-131-1/+1
* Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte2018-12-0623-23/+23
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.Andy Polyakov2018-11-301-37/+96
* rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.Andy Polyakov2018-11-301-31/+51
* rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov2018-11-301-42/+51
* rsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov2018-11-301-2/+3
* rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.Andy Polyakov2018-11-211-7/+5
* RSA security bits calculationPauli2018-10-231-1/+128
* rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov2018-10-121-1/+2
* Safer memory cleanup in (crypto/rsa/rsa_lib.c)Mykola Baibuz2018-10-111-8/+8
* Use 'i' as parameter name not 'I'.Pauli2018-09-171-2/+2
* Update copyright yearMatt Caswell2018-09-113-3/+3
* crypto/rsa/rsa_pss.c: silence coverity warningDr. Matthias St. Pierre2018-09-101-1/+1
* RSA padding Zeroization fixesShane Lontis2018-09-062-17/+21
* Harmonize the error handling codepathNicola Tuveri2018-09-051-1/+1
* Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri2018-09-051-1/+1
* rsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."Andy Polyakov2018-08-231-55/+100
* Check return from BN_subPauli2018-07-311-1/+2
* rsa/*: switch to BN_bn2binpad.Andy Polyakov2018-07-144-59/+64
* Update copyright yearMatt Caswell2018-05-291-1/+1
* RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre2018-05-281-0/+40
* Update copyright yearRichard Levitte2018-04-171-1/+1
* RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...Matt Caswell2018-04-161-0/+1