summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2019-09-10Update copyright yearMatt Caswell
2019-09-06[crypto/rsa] Set the constant-time flag in multi-prime RSA tooCesar Pereida Garcia
2019-09-06[crypto/asn1] Fix multiple SCA vulnerabilities during RSA key validation.Cesar Pereida Garcia
2019-08-09Ensure RSA PSS correctly returns the right default digestMatt Caswell
2019-07-31Fix TyposAntoine Cœur
2019-07-31make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSADavid von Oheimb
2019-05-28Update copyright yearRichard Levitte
2019-05-21Change default RSA, DSA and DH size to 2048 bitKurt Roeckx
2019-04-10Avoid creating invalid rsa pss paramsBernd Edlinger
2019-03-22Modify the RSA_private_decrypt functions to check the padding inBernd Edlinger
2019-03-22Make err_clear_constant_time really constant timeBernd Edlinger
2019-03-19Added NULL check to BN_clear() & BN_CTX_end()Shane Lontis
2019-03-07Do the error handling in pkey_rsa_decrypt in constant timeBernd Edlinger
2019-03-07Fix memory overrun in rsa padding check functionsBernd Edlinger
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger
2018-12-13add missing check for BN_mod_inverseMansour Ahmadi
2018-12-13fix inconsistent flen check in rsa_pk1 and rsa_oaepMansour Ahmadi
2018-11-30rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.Andy Polyakov
2018-11-30rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.Andy Polyakov
2018-11-30rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov
2018-11-30rsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov
2018-11-22rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.Andy Polyakov
2018-10-13Safer memory cleanup in (crypto/rsa/rsa_lib.c)Mykola Baibuz
2018-10-12rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov
2018-09-17Use 'i' as parameter name not 'I'.Pauli
2018-09-11Update copyright yearMatt Caswell
2018-09-10crypto/rsa/rsa_pss.c: silence coverity warningDr. Matthias St. Pierre
2018-09-06RSA padding Zeroization fixesShane Lontis
2018-09-05Harmonize the error handling codepathNicola Tuveri
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri
2018-08-23rsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."Andy Polyakov
2018-07-31Check return from BN_subPauli
2018-07-14rsa/*: switch to BN_bn2binpad.Andy Polyakov
2018-05-29Update copyright yearMatt Caswell
2018-05-28RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre
2018-04-17Update copyright yearRichard Levitte
2018-04-16RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...Matt Caswell
2018-04-03Set error code on alloc failuresRich Salz
2018-04-03Update copyright yearMatt Caswell
2018-03-21Convert _meth_get_ functions to const gettersJack Bates
2018-03-20Update copyright yearMatt Caswell
2018-03-01Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its output...Brad Spencer
2018-02-27Update copyright yearMatt Caswell
2018-02-21Replaced variable-time GCD with consttime inversion to avoid side-channel att...Samuel Weiser
2018-02-14Fix a memory leak in an error pathMatt Caswell
2017-12-13Minor cleanup of the rsa mp limits codeBernd Edlinger
2017-12-11rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior
2017-12-08Add missing range checks on number of multi primes in rsa_ossl_mod_expBernd Edlinger
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-05Fix minor typo in comment in rsa_stDaniel Bevenius