aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Fix missing IDEA renames (windows build)Michel2016-04-201-4/+4
* Remove --classic build entirelyRichard Levitte2016-04-201-68/+0
* evp/aes_aes.c: engage Fujitsu SPARC64 X AES support.Andy Polyakov2016-04-201-1/+10
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+1
* Rename some lowercase API'sRich Salz2016-04-181-8/+8
* Remove OPENSSL_NO_SHA guardsMatt Caswell2016-04-131-1/+1
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-135-377/+366
* Remove check_defer()Dr. Stephen Henson2016-04-131-7/+0
* Rename int_*() functions to *_int()Matt Caswell2016-04-133-4/+4
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-133-4/+4
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-2/+2
* Deprecate EVP_cleanup() and make it a no-opMatt Caswell2016-04-131-1/+1
* Make BIO opaqueMatt Caswell2016-03-294-160/+222
* Move dso.h to internalRich Salz2016-03-231-1/+0
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-214-8/+8
* Fix no-seedMatt Caswell2016-03-211-1/+3
* Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte2016-03-211-3/+0
* Remove #error from include files.Rich Salz2016-03-2015-53/+18
* Fix no-cmacMatt Caswell2016-03-181-0/+2
* Mark OCB as an AEAD cipherMatt Caswell2016-03-181-3/+6
* Fix a potential double free in EVP_DigestInit_exMatt Caswell2016-03-181-1/+3
* Review commentsKurt Roeckx2016-03-115-129/+5
* Add blake2 support.Bill Cox2016-03-115-3/+131
* crypto/*/build.info: SPARC-specific fixups.Andy Polyakov2016-03-111-1/+3
* Add extra include directory for includers of ppc_arch.hRichard Levitte2016-03-091-1/+1
* Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini2016-03-083-8/+16
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-077-19/+24
* Update the dasync engine to add a pipeline cipherMatt Caswell2016-03-071-0/+10
* Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse2016-03-071-0/+2
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-072-39/+10
* GH355: Implement HKDFAlessandro Ghedini2016-03-031-1/+2
* EVP_PKEY_CTX utility functions.Dr. Stephen Henson2016-03-021-0/+29
* GH715: ENGINE_finish can take NULLRich Salz2016-02-254-39/+18
* GH678: Add a few more zallocFdaSilvaYY2016-02-221-6/+1
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* Remove outdated DEBUG flags.Rich Salz2016-02-182-14/+4
* evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov2016-02-122-25/+41
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-9/+2
* Fix GH 327.Rich Salz2016-02-111-1/+1
* Ensure allocation size fits into size_tDmitry-Me2016-02-101-4/+11
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-2/+7
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-6/+6
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-093-18/+9
* Update build.info files for auto-init/de-initMatt Caswell2016-02-091-2/+2
* Auto init/deinit libcryptoMatt Caswell2016-02-096-158/+24
* GH641: Don't care openssl_zmallocRich Salz2016-02-083-5/+9
* GH601: Various spelling fixes.FdaSilvaYY2016-02-054-5/+5
* GH608: Ensure 64-bit shift no matter sizeof(long)Dmitry-Me2016-02-021-1/+1
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+20