summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-01-10Only enable CRYPTO_3DES_ECB if that name is an existing macroRichard Levitte
2017-01-10Small fixes of cryptodev engineRichard Levitte
2017-01-10use EVP_CIPHER_CTX_ functions instead of accessing EVP_CIPHER_CTX internalsIaroslav Gridin
2017-01-10fix for BSD cryptodevIaroslav Gridin
2017-01-10Remove commented-out HMAC codeIaroslav Gridin
2017-01-10Style the codeIaroslav Gridin
2017-01-10Remove unused ret variableIaroslav Gridin
2017-01-10Remove non-functional CRYPTO_AES_CTR ifdef disabling AES-CTR in cryptodevIaroslav Gridin
2017-01-10Add AES-ECB and 3DES-ECB to cryptodevIaroslav Gridin
2017-01-10cryptodev: allow copying EVP contextsNikos Mavrogiannopoulos
2017-01-10cryptodev: Fix issue with signature generationNikos Mavrogiannopoulos
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-08clarify commentDr. 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-08Set EVP_PKEY_CTX in SignerInfoDr. 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
2017-01-08PSS EVP_PKEY methodDr. Stephen Henson
2017-01-08RSA-PSS key printing.Dr. Stephen Henson
2017-01-08PSS parameter encode and decode.Dr. Stephen Henson
2017-01-08Split PSS parameter creation.Dr. Stephen Henson
2017-01-08Use method key type instead of EVP_PKEY_RSADr. Stephen Henson
2017-01-08PSS ASN.1 methodDr. Stephen Henson
2017-01-08add EVP_PKEY_RSA_PSSDr. Stephen Henson
2017-01-08Add pss field to RSA structure and free it.Dr. Stephen Henson
2017-01-08Cache maskHash parameterDr. Stephen Henson
2017-01-06Make rand_add predictable when fuzzingKurt Roeckx
2016-12-25chacha/asm/chacha-x86_64.pl: add AVX512 path optimized for shorter inputs.Andy Polyakov
2016-12-22Fix EVP_MD_meth_get_flagsTodd Short
2016-12-20Reformat M_check_autoarg to match our coding styleRichard Levitte
2016-12-20M_check_autoarg: sanity check the keyRichard Levitte
2016-12-19Add bwrite_conv and bread_conv values to methods_dgramp_sctpRichard Levitte