aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa
AgeCommit message (Expand)AuthorFilesLines
2019-03-12added generated filesShane Lontis1-1/+20
2019-03-12FIPS 186-4 RSA Generation & ValidationShane Lontis7-3/+811
2019-03-07Do the error handling in pkey_rsa_decrypt in constant timeBernd Edlinger1-5/+6
2019-03-07Fix memory overrun in rsa padding check functionsBernd Edlinger3-41/+44
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2-5/+5
2019-02-11Fix comment typoPauli1-1/+1
2018-12-31Fix cert with rsa instead of rsaEncryption as public key algorithmBernd Edlinger1-3/+6
2018-12-13add missing check for BN_mod_inverseMansour Ahmadi1-0/+2
2018-12-13fix inconsistent flen check in rsa_pk1 and rsa_oaepMansour Ahmadi1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/rsa/Richard Levitte23-23/+23
2018-12-06Refactor the computation of API version limitsRichard Levitte1-1/+1
2018-11-30rsa/rsa_ssl.c: make RSA_padding_check_SSLv23 constant-time.Andy Polyakov1-37/+96
2018-11-30rsa/rsa_oaep.c: remove memcpy calls from RSA_padding_check_PKCS1_OAEP.Andy Polyakov1-31/+51
2018-11-30rsa/rsa_pk1.c: remove memcpy calls from RSA_padding_check_PKCS1_type_2.Andy Polyakov1-42/+51
2018-11-30rsa/rsa_ossl.c: make RSAerr call in rsa_ossl_private_decrypt unconditional.Andy Polyakov1-2/+3
2018-11-21rsa/rsa_ossl.c: cache MONT_CTX for public modulus earlier.Andy Polyakov1-7/+5
2018-10-23RSA security bits calculationPauli1-1/+128
2018-10-12rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov1-1/+2
2018-10-11Safer memory cleanup in (crypto/rsa/rsa_lib.c)Mykola Baibuz1-8/+8
2018-09-17Use 'i' as parameter name not 'I'.Pauli1-2/+2
2018-09-11Update copyright yearMatt Caswell3-3/+3
2018-09-10crypto/rsa/rsa_pss.c: silence coverity warningDr. Matthias St. Pierre1-1/+1
2018-09-06RSA padding Zeroization fixesShane Lontis2-17/+21
2018-09-05Harmonize the error handling codepathNicola Tuveri1-1/+1
2018-09-05Fix segfault in RSA_free() (and DSA/DH/EC_KEY)Nicola Tuveri1-1/+1
2018-08-23rsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."Andy Polyakov1-55/+100
2018-07-31Check return from BN_subPauli1-1/+2
2018-07-14rsa/*: switch to BN_bn2binpad.Andy Polyakov4-59/+64
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-28RSA: add simple getters for commonly used struct membersDr. Matthias St. Pierre1-0/+40
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-16RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...Matt Caswell1-0/+1
2018-04-03Set error code on alloc failuresRich Salz3-5/+11
2018-04-03Update copyright yearMatt Caswell1-1/+1
2018-03-21Convert _meth_get_ functions to const gettersJack Bates1-1/+1
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-01Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its output...Brad Spencer1-1/+2
2018-02-27Update copyright yearMatt Caswell2-2/+2
2018-02-21Replaced variable-time GCD with consttime inversion to avoid side-channel att...Samuel Weiser1-3/+14
2018-02-14Fix a memory leak in an error pathMatt Caswell1-0/+1
2017-12-13Minor cleanup of the rsa mp limits codeBernd Edlinger2-3/+5
2017-12-11rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior3-6/+3
2017-12-08Add missing range checks on number of multi primes in rsa_ossl_mod_expBernd Edlinger1-2/+3
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-2/+2
2017-12-05Fix minor typo in comment in rsa_stDaniel Bevenius1-1/+1
2017-11-28rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov2-30/+9
2017-11-28rsa/rsa_lib.c: make RSA_security_bits multi-prime aware.Andy Polyakov3-1/+25
2017-11-23rsa/rsa_gen.c: ensure backward compatibility with external rsa->meth.Andy Polyakov1-1/+14
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang12-66/+813
2017-11-11Many spelling fixes/typo's corrected.Josh Soref1-1/+1