summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell
2016-03-07Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-03-03GH355: Implement HKDFAlessandro Ghedini
2016-03-02EVP_PKEY_CTX utility functions.Dr. Stephen Henson
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-22GH678: Add a few more zallocFdaSilvaYY
2016-02-20Always build library object files with shared library cflagsRichard Levitte
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-12evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-02-11Fix GH 327.Rich Salz
2016-02-10Ensure allocation size fits into size_tDmitry-Me
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-02-09Update build.info files for auto-init/de-initMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-02-08GH641: Don't care openssl_zmallocRich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-02GH608: Ensure 64-bit shift no matter sizeof(long)Dmitry-Me
2016-02-01unified build scheme: add build.info filesRichard Levitte
2016-01-29Templatize util/domdRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20Remove update tagsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2016-01-19Add TLS PRF method.Dr. Stephen Henson
2016-01-17Remove some old makefile targetsRich Salz
2016-01-17RT4247: Add missing patchRich Salz
2016-01-15RT4247: Fix EVP_CIPHER_CTX opaque on sparcRich Salz
2016-01-13After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.hRichard Levitte
2016-01-12Move Makefiles to Makefile.inRich Salz
2016-01-12make updateRichard Levitte
2016-01-12EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any moreRichard Levitte
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHERRichard Levitte
2016-01-12Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte
2016-01-12Remove EVP_CIPHER_CTX_flags, it's only confusingRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHER_CTXRichard Levitte
2016-01-12Add accessors and writers for EVP_CIPHER_CTXRichard Levitte
2016-01-12Make EVP_CIPHER_CTX opaque and renew the creator / destructor functionsRichard Levitte
2016-01-07Backwards-compatibility subject to OPENSSL_API_COMPATViktor Dukhovni
2016-01-07Only declare stacks in headersDr. Stephen Henson
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2016-01-02Fix a possible memleakRichard Levitte