summaryrefslogtreecommitdiffstats
path: root/crypto/rsa (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-282-2/+0
* Support key check in EVP interfacePaul Yang2017-09-131-1/+9
* rsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.Andy Polyakov2017-09-111-0/+4
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-291-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-0/+1
* This part fixes braces around if-else.Paul Yang2017-08-259-44/+65
* Fix coding style in crypto/rsa directoryPaul Yang2017-08-259-62/+62
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-10/+0
* Fix an information leak in the RSA padding check code.Bernd Edlinger2017-07-312-4/+4
* Typo: should check mgf1mdDr. Stephen Henson2017-07-191-1/+1
* Set maskHash when creating parameters.Dr. Stephen Henson2017-07-191-0/+2
* Remove resolved TODOEmilia Kasper2017-07-171-2/+0
* Change to check last return value of BN_CTX_getPaul Yang2017-06-261-5/+5
* Fix possible crash in X931 code.Bernd Edlinger2017-06-141-0/+2
* Fix another possible crash in rsa_ossl_mod_exp.Bernd Edlinger2017-06-141-0/+2
* Put message strings in state filesRich Salz2017-06-121-10/+6
* make error tables const and separate header fileRich Salz2017-06-071-147/+195
* Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger2017-04-271-7/+2
* Add custom sig_info setting for RSA-PSSDr. Stephen Henson2017-04-251-1/+38
* ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte2017-04-131-1/+1