aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* RAND_egd_bytes: No need to check RAND_status on connection error.ganesh2017-01-241-0/+2
* Fixed the return code for RAND_egd_bytes.ganesh2017-01-241-2/+2
* Fixed the return code of RAND_query_egd_bytes when connect fails.ganesh2017-01-241-3/+2
* poly1305/poly1305_base2_44.c: clarify shift boundary condition.Andy Polyakov2017-01-211-2/+2
* ec/asm/ecp_nistz256-ppc64.pl: minor POWER8-specific optimization.Andy Polyakov2017-01-211-18/+18
* Fix DSA parameter generation control errorRichard Levitte2017-01-201-1/+1
* 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
* Clean one unused variable, plus an useless one.FdaSilvaYY2017-01-182-14/+6
* Add missing braces.Kurt Roeckx2017-01-161-1/+2
* Fix undefined behaviour when printing the X509 and CRL versionKurt Roeckx2017-01-152-3/+11
* Fix VC warnings about unary minus to an unsigned type.Kurt Roeckx2017-01-153-3/+3
* Fix undefined behaviour when printing the X509 serialKurt Roeckx2017-01-151-2/+4
* Fix "failure rate" bugsRich Salz2017-01-131-5/+6
* Fix no-ocspRichard Levitte2017-01-131-0/+1
* UI: Use RUN_ONCE differentlyRichard Levitte2017-01-131-10/+10
* UI: Ensure there will be no race condition when getting the UI_METHOD ex_dataRichard Levitte2017-01-131-13/+11
* Make X509_Digest,others publicRich Salz2017-01-121-0/+14
* Add "random malloc failure" toolingRich Salz2017-01-123-0/+93
* GH2176: Add X509_VERIFY_PARAM_get_timeRich Salz2017-01-121-0/+5
* Add a UI utility function with which to wrap pem_callback_cb in a UI_METHODRichard Levitte2017-01-111-0/+111
* Add an application data field in the UI_METHODRichard Levitte2017-01-112-9/+29
* Constify the input parameter to UI_method_get_*Richard Levitte2017-01-111-8/+7
* Print the X509 version signed, and convert to unsigned for the hex version.Kurt Roeckx2017-01-101-2/+7
* Only enable CRYPTO_3DES_ECB if that name is an existing macroRichard Levitte2017-01-101-2/+10
* Small fixes of cryptodev engineRichard Levitte2017-01-101-1/+3
* use EVP_CIPHER_CTX_ functions instead of accessing EVP_CIPHER_CTX internalsIaroslav Gridin2017-01-101-2/+3
* fix for BSD cryptodevIaroslav Gridin2017-01-101-0/+14
* Remove commented-out HMAC codeIaroslav Gridin2017-01-101-5/+0
* Style the codeIaroslav Gridin2017-01-101-182/+169
* Remove unused ret variableIaroslav Gridin2017-01-101-3/+1
* Remove non-functional CRYPTO_AES_CTR ifdef disabling AES-CTR in cryptodevIaroslav Gridin2017-01-101-8/+0
* Add AES-ECB and 3DES-ECB to cryptodevIaroslav Gridin2017-01-101-3/+131
* cryptodev: allow copying EVP contextsNikos Mavrogiannopoulos2017-01-101-11/+46
* cryptodev: Fix issue with signature generationNikos Mavrogiannopoulos2017-01-101-55/+178
* 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-083-3/+6
* 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
* clarify commentDr. Stephen Henson2017-01-081-1/+5
* fix various style issuesDr. Stephen Henson2017-01-083-12/+38
* make errorsDr. Stephen Henson2017-01-081-1/+2
* add parameter errorDr. Stephen Henson2017-01-081-1/+3
* Set EVP_PKEY_CTX in SignerInfoDr. Stephen Henson2017-01-081-0/+1
* 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