aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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-111-1/+1
* Remove unnecessary #include <openssl/lhash.h> directives.Pauli2017-09-292-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-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-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-261-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
* Act on deprecation of LONG and ZLONG, step 2Richard Levitte2017-04-102-2/+2
* Make default_method mostly compile-timeRich Salz2017-04-075-127/+20
* Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger2017-03-131-2/+13
* Fix an endless loop in rsa_builtin_keygen.Rich Salz2017-03-061-12/+11
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-011-5/+0
* Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.Bernd Edlinger2017-02-281-1/+2
* Defines and strings for special salt length values, add testsDr. Stephen Henson2017-01-183-18/+27
* Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson2017-01-182-4/+21
* Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1Bernd Edlinger2017-01-091-2/+6
* fix a few more style issuesDr. Stephen Henson2017-01-082-3/+5
* Remove unnecessary frees and style fixes.Dr. Stephen Henson2017-01-082-10/+5
* Use more desciptive macro name rsa_pss_restricted()Dr. Stephen Henson2017-01-081-4/+4
* style issuesDr. Stephen Henson2017-01-081-2/+2
* free str on errorDr. Stephen Henson2017-01-081-0/+2