summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2016-07-05Add checks on sk_TYPE_push() returned valueFdaSilvaYY
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-28base64 macro: parenthesize for clarityEmilia Kasper
2016-06-27evp/evp_enc.c: refine partial buffer overlap detection.Andy Polyakov
2016-06-27evp/evp_enc.c: check for partially[!] overlapping buffersAndy Polyakov
2016-06-24Ensure HMAC key gets cleansed after useMatt Caswell
2016-06-23RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz
2016-06-20crypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious memsetKurt Cancemi
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-16Add EVP_PKEY_get0_hmac() functionNathaniel McCallum
2016-06-16Change the return type of EVP_EncodeUpdateMatt Caswell
2016-06-14evp/e_aes.c: wire hardware-assisted XTS subroutines.Andy Polyakov
2016-06-13Add some missing return value checksMatt Caswell
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-05-24Fix braces in e_aes.c: aes_init_keyTodd Short
2016-05-23#4342: few missing malloc return checks and free in error pathsJ Mohan Rao Arisankala
2016-05-23Remove unused error/function codes.Rich Salz
2016-05-18Fix a NULL dereference in chacha20_poly1305_init_key()Kazuki Yamaguchi
2016-05-17Manual fixes after copyright consolidationRich Salz
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-16Remove an unneccessary check of cipherMatt Caswell
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-05-09fix checkJ Mohan Rao Arisankala
2016-05-09few missing allocation failure checks and releases on error pathsJ Mohan Rao Arisankala
2016-05-05Use default ASN.1 for SEED.Dr. Stephen Henson
2016-05-03Check that we have enough padding characters.Kurt Roeckx
2016-05-03Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell
2016-05-03Avoid overflow in EVP_EncodeUpdateMatt Caswell
2016-05-03Fix encrypt overflowMatt Caswell
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
2016-04-29Add aliases for des-ede-ecb and des-ede3-ecb ciphers.Kirill Marinushkin
2016-04-20Fix missing IDEA renames (windows build)Michel
2016-04-20Remove --classic build entirelyRichard Levitte
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