aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli2-2/+0
2017-09-13Support key check in EVP interfacePaul Yang1-1/+9
2017-09-11rsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.Andy Polyakov1-0/+4
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli1-0/+1
2017-08-25This part fixes braces around if-else.Paul Yang9-44/+65
2017-08-25Fix coding style in crypto/rsa directoryPaul Yang9-62/+62
2017-08-03Switch from ossl_rand to DRBG randRich Salz1-10/+0
2017-07-31Fix an information leak in the RSA padding check code.Bernd Edlinger2-4/+4
2017-07-19Typo: should check mgf1mdDr. Stephen Henson1-1/+1
2017-07-19Set maskHash when creating parameters.Dr. Stephen Henson1-0/+2
2017-07-17Remove resolved TODOEmilia Kasper1-2/+0
2017-06-26Change to check last return value of BN_CTX_getPaul Yang1-5/+5
2017-06-14Fix possible crash in X931 code.Bernd Edlinger1-0/+2
2017-06-14Fix another possible crash in rsa_ossl_mod_exp.Bernd Edlinger1-0/+2
2017-06-12Put message strings in state filesRich Salz1-10/+6
2017-06-07make error tables const and separate header fileRich Salz1-147/+195
2017-04-26Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger1-7/+2
2017-04-25Add custom sig_info setting for RSA-PSSDr. Stephen Henson1-1/+38
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte1-1/+1
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte2-2/+2
2017-04-07Make default_method mostly compile-timeRich Salz5-127/+20
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger1-2/+13
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz1-12/+11
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper1-5/+0
2017-02-28Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.Bernd Edlinger1-1/+2
2017-01-18Defines and strings for special salt length values, add testsDr. Stephen Henson3-18/+27
2017-01-18Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson2-4/+21
2017-01-09Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1Bernd Edlinger1-2/+6
2017-01-08fix a few more style issuesDr. Stephen Henson2-3/+5
2017-01-08Remove unnecessary frees and style fixes.Dr. Stephen Henson2-10/+5
2017-01-08Use more desciptive macro name rsa_pss_restricted()Dr. Stephen Henson1-4/+4
2017-01-08style issuesDr. Stephen Henson1-2/+2
2017-01-08free str on errorDr. Stephen Henson1-0/+2