aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* crypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious memsetKurt Cancemi2016-06-201-4/+3
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-182-2/+0
* Add EVP_PKEY_get0_hmac() functionNathaniel McCallum2016-06-162-0/+14
* Change the return type of EVP_EncodeUpdateMatt Caswell2016-06-162-7/+10
* evp/e_aes.c: wire hardware-assisted XTS subroutines.Andy Polyakov2016-06-141-0/+14
* Add some missing return value checksMatt Caswell2016-06-131-4/+5
* Parameter copy sanity checks.Dr. Stephen Henson2016-05-311-0/+8
* Fix braces in e_aes.c: aes_init_keyTodd Short2016-05-241-1/+2
* #4342: few missing malloc return checks and free in error pathsJ Mohan Rao Arisankala2016-05-231-5/+3
* Remove unused error/function codes.Rich Salz2016-05-231-47/+5
* Fix a NULL dereference in chacha20_poly1305_init_key()Kazuki Yamaguchi2016-05-181-9/+13
* 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