summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2017-09-29Remove unnecessary #include <openssl/lhash.h> directives.Pauli
2017-09-13Support key check in EVP interfacePaul Yang
2017-09-11rsa/rsa_pmeth.c: recognize SHA3 as supported RSA digest.Andy Polyakov
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-25This part fixes braces around if-else.Paul Yang
2017-08-25Fix coding style in crypto/rsa directoryPaul Yang
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-07-31Fix an information leak in the RSA padding check code.Bernd Edlinger
2017-07-19Typo: should check mgf1mdDr. Stephen Henson
2017-07-19Set maskHash when creating parameters.Dr. Stephen Henson
2017-07-17Remove resolved TODOEmilia Kasper
2017-06-26Change to check last return value of BN_CTX_getPaul Yang
2017-06-14Fix possible crash in X931 code.Bernd Edlinger
2017-06-14Fix another possible crash in rsa_ossl_mod_exp.Bernd Edlinger
2017-06-12Put message strings in state filesRich Salz
2017-06-07make error tables const and separate header fileRich Salz
2017-04-26Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger
2017-04-25Add custom sig_info setting for RSA-PSSDr. Stephen Henson
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte
2017-04-07Make default_method mostly compile-timeRich Salz
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger
2017-03-06Fix an endless loop in rsa_builtin_keygen.Rich Salz
2017-03-01Remove some obsolete/obscure internal define switches:Emilia Kasper
2017-02-28Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.Bernd Edlinger
2017-01-18Defines and strings for special salt length values, add testsDr. Stephen Henson
2017-01-18Add support for -1, -2 salt lengths for PSS only keys.Dr. Stephen Henson
2017-01-09Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1Bernd Edlinger
2017-01-08fix a few more style issuesDr. Stephen Henson
2017-01-08Remove unnecessary frees and style fixes.Dr. Stephen Henson
2017-01-08Use more desciptive macro name rsa_pss_restricted()Dr. Stephen Henson
2017-01-08style issuesDr. Stephen Henson
2017-01-08free str on errorDr. Stephen Henson
2017-01-08fix various style issuesDr. Stephen Henson
2017-01-08make errorsDr. Stephen Henson
2017-01-08add parameter errorDr. Stephen Henson
2017-01-08Only allow PSS padding for PSS keys.Dr. Stephen Henson
2017-01-08Decode parameters properly.Dr. Stephen Henson
2017-01-08Return errors PKCS#7/CMS enveloped data ctrls and PSSDr. Stephen Henson
2017-01-08Add PSS parameter restrictions.Dr. Stephen Henson
2017-01-08Initial parameter restrictions.Dr. Stephen Henson
2017-01-08Add rsa_pss_get_param.Dr. Stephen Henson
2017-01-08Don't allow PKCS#7/CMS encrypt with PSS.Dr. Stephen Henson
2017-01-08Add macros to determine if key or ctx is PSS.Dr. Stephen Henson
2017-01-08Support pad mode get/set for PSS keys.Dr. Stephen Henson
2017-01-08Key gen param support.Dr. Stephen Henson
2017-01-08Set PSS padding mode for PSS keys.Dr. Stephen Henson
2017-01-08Digest string helper function.Dr. Stephen Henson
2017-01-08Support RSA operations in PSS.Dr. Stephen Henson