aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix various style issuesDr. Stephen Henson2017-01-082-12/+37
* make errorsDr. Stephen Henson2017-01-081-1/+2
* add parameter errorDr. Stephen Henson2017-01-081-1/+3
* Only allow PSS padding for PSS keys.Dr. Stephen Henson2017-01-082-2/+8
* Decode parameters properly.Dr. Stephen Henson2017-01-081-1/+3
* Return errors PKCS#7/CMS enveloped data ctrls and PSSDr. Stephen Henson2017-01-081-3/+7
* Add PSS parameter restrictions.Dr. Stephen Henson2017-01-081-2/+39
* Initial parameter restrictions.Dr. Stephen Henson2017-01-082-3/+29
* Add rsa_pss_get_param.Dr. Stephen Henson2017-01-083-31/+36
* Don't allow PKCS#7/CMS encrypt with PSS.Dr. Stephen Henson2017-01-081-0/+6
* Add macros to determine if key or ctx is PSS.Dr. Stephen Henson2017-01-083-7/+10
* Support pad mode get/set for PSS keys.Dr. Stephen Henson2017-01-081-0/+2
* Key gen param support.Dr. Stephen Henson2017-01-081-5/+33
* Set PSS padding mode for PSS keys.Dr. Stephen Henson2017-01-081-1/+4
* Digest string helper function.Dr. Stephen Henson2017-01-081-9/+9
* Support RSA operations in PSS.Dr. Stephen Henson2017-01-081-0/+12