aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp
AgeCommit message (Expand)AuthorFilesLines
2016-02-25GH715: ENGINE_finish can take NULLRich Salz4-39/+18
2016-02-22GH678: Add a few more zallocFdaSilvaYY1-6/+1
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-18Remove outdated DEBUG flags.Rich Salz2-14/+4
2016-02-12evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov2-25/+41
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz1-9/+2
2016-02-11Fix GH 327.Rich Salz1-1/+1
2016-02-10Ensure allocation size fits into size_tDmitry-Me1-4/+11
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell1-2/+7
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz1-6/+6
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz3-18/+9
2016-02-09Update build.info files for auto-init/de-initMatt Caswell1-2/+2
2016-02-09Auto init/deinit libcryptoMatt Caswell6-158/+24
2016-02-08GH641: Don't care openssl_zmallocRich Salz3-5/+9
2016-02-05GH601: Various spelling fixes.FdaSilvaYY4-5/+5
2016-02-02GH608: Ensure 64-bit shift no matter sizeof(long)Dmitry-Me1-1/+1
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+20
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz56-56/+0
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson5-7/+10
2016-01-19Add TLS PRF method.Dr. Stephen Henson1-1/+2
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-17RT4247: Add missing patchRich Salz1-3/+3
2016-01-15RT4247: Fix EVP_CIPHER_CTX opaque on sparcRich Salz2-3/+3
2016-01-13After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.hRichard Levitte1-0/+1
2016-01-12Move Makefiles to Makefile.inRich Salz2-850/+86
2016-01-12make updateRichard Levitte1-454/+531
2016-01-12EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any moreRichard Levitte1-7/+0
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte15-301/+454
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHERRichard Levitte2-3/+4
2016-01-12Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte4-206/+206
2016-01-12Remove EVP_CIPHER_CTX_flags, it's only confusingRichard Levitte2-6/+1
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte3-17/+23
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte5-31/+47
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHER_CTXRichard Levitte1-4/+3
2016-01-12Add accessors and writers for EVP_CIPHER_CTXRichard Levitte1-0/+47
2016-01-12Make EVP_CIPHER_CTX opaque and renew the creator / destructor functionsRichard Levitte2-36/+48
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni1-1/+3
2016-01-07Only declare stacks in headersDr. Stephen Henson3-4/+5
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson2-2/+2
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson2-4/+4
2016-01-02Fix a possible memleakRichard Levitte1-0/+7
2015-12-29Fix no-engine.Ben Laurie1-0/+1
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte3-3/+3
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz2-2/+2
2015-12-14Add EVP_PKEY_get0_* functions.Dr. Stephen Henson2-17/+50
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson1-1/+4
2015-12-13Remove no longer existant structure member and direct references to EVP_MD_CT...Ben Laurie1-5/+6