summaryrefslogtreecommitdiffstats
path: root/crypto/rsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set error code on alloc failuresRich Salz2018-04-033-5/+11
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Convert _meth_get_ functions to const gettersJack Bates2018-03-211-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Test the result of CMS_RecipientInfo_ktri_get0_algs() before using its output...Brad Spencer2018-03-011-1/+2
* Update copyright yearMatt Caswell2018-02-272-2/+2
* Replaced variable-time GCD with consttime inversion to avoid side-channel att...Samuel Weiser2018-02-211-3/+14
* Fix a memory leak in an error pathMatt Caswell2018-02-141-0/+1
* Minor cleanup of the rsa mp limits codeBernd Edlinger2017-12-132-3/+5
* rsa: Do not allow less than 512 bit RSA keysSebastian Andrzej Siewior2017-12-113-6/+3
* Add missing range checks on number of multi primes in rsa_ossl_mod_expBernd Edlinger2017-12-081-2/+3
* Consistent formatting for sizeof(foo)Rich Salz2017-12-081-2/+2
* Fix minor typo in comment in rsa_stDaniel Bevenius2017-12-051-1/+1
* rsa/rsa_gen.c: harmonize keygen's ability with RSA_security_bits.Andy Polyakov2017-11-282-30/+9
* rsa/rsa_lib.c: make RSA_security_bits multi-prime aware.Andy Polyakov2017-11-283-1/+25
* rsa/rsa_gen.c: ensure backward compatibility with external rsa->meth.Andy Polyakov2017-11-231-1/+14
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-2112-66/+813
* Many spelling fixes/typo's corrected.Josh Soref2017-11-121-1/+1