summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-01-25StyleFdaSilvaYY
2017-01-25Few nit'sFdaSilvaYY
2017-01-25Fix some extra or missing whitespaces...FdaSilvaYY
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2017-01-24Fix error handling in compute_key, BN_CTX_get can return NULLBernd Edlinger
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-24Add missing flags for EVP_chacha20()Kazuki Yamaguchi
2017-01-24RAND_egd_bytes: No need to check RAND_status on connection error.ganesh
2017-01-24Fixed the return code for RAND_egd_bytes.ganesh
2017-01-24Fixed the return code of RAND_query_egd_bytes when connect fails.ganesh
2017-01-21poly1305/poly1305_base2_44.c: clarify shift boundary condition.Andy Polyakov
2017-01-21ec/asm/ecp_nistz256-ppc64.pl: minor POWER8-specific optimization.Andy Polyakov
2017-01-20Fix DSA parameter generation control errorRichard Levitte
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-18Clean one unused variable, plus an useless one.FdaSilvaYY
2017-01-16Add missing braces.Kurt Roeckx
2017-01-15Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx
2017-01-15Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx
2017-01-15Fix undefined behaviour when printing the X509 serialKurt Roeckx
2017-01-13Fix "failure rate" bugsRich Salz
2017-01-13Fix no-ocspRichard Levitte
2017-01-13UI: Use RUN_ONCE differentlyRichard Levitte
2017-01-13UI: Ensure there will be no race condition when getting the UI_METHOD ex_dataRichard Levitte
2017-01-12Make X509_Digest,others publicRich Salz
2017-01-12Add "random malloc failure" toolingRich Salz
2017-01-12GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz
2017-01-11Add a UI utility function with which to wrap pem_callback_cb in a UI_METHODRichard Levitte
2017-01-11Add an application data field in the UI_METHODRichard Levitte
2017-01-11Constify the input parameter to UI_method_get_*Richard Levitte
2017-01-10Print the X509 version signed, and convert to unsigned for the hex version.Kurt Roeckx
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