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