summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2016-04-20evp/aes_aes.c: engage Fujitsu SPARC64 X AES support.Andy Polyakov
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-18Rename some lowercase API'sRich Salz
2016-04-13Remove OPENSSL_NO_SHA guardsMatt Caswell
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-13Remove check_defer()Dr. Stephen Henson
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell
2016-03-29Make BIO opaqueMatt Caswell
2016-03-23Move dso.h to internalRich Salz
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-21Fix no-seedMatt Caswell
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte
2016-03-20Remove #error from include files.Rich Salz
2016-03-18Fix no-cmacMatt Caswell
2016-03-18Mark OCB as an AEAD cipherMatt Caswell
2016-03-18Fix a potential double free in EVP_DigestInit_exMatt Caswell
2016-03-11Review commentsKurt Roeckx
2016-03-11Add blake2 support.Bill Cox
2016-03-11crypto/*/build.info: SPARC-specific fixups.Andy Polyakov
2016-03-09Add extra include directory for includers of ppc_arch.hRichard Levitte
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini
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