aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 05/10Rich Salz2016-05-1717-841/+100
* Copyright consolidation 04/10Rich Salz2016-05-1741-2241/+237
* Remove an unneccessary check of cipherMatt Caswell2016-05-161-1/+1
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-161-2/+8
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-1/+1
* fix checkJ Mohan Rao Arisankala2016-05-091-1/+1
* few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala2016-05-092-1/+10
* Use default ASN.1 for SEED.Dr. Stephen Henson2016-05-051-1/+2
* Check that we have enough padding characters.Kurt Roeckx2016-05-032-0/+6
* Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell2016-05-031-2/+8
* Avoid overflow in EVP_EncodeUpdateMatt Caswell2016-05-031-1/+1
* Fix encrypt overflowMatt Caswell2016-05-031-1/+1
* Remove obsolete defined(__INTEL__) condition.Andy Polyakov2016-05-024-8/+4
* Add aliases for des-ede-ecb and des-ede3-ecb ciphers.Kirill Marinushkin2016-04-291-0/+4
* 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