aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Convert X509* functions to use const gettersDr. Stephen Henson2016-08-171-1/+1
* Constify private key decode.Dr. Stephen Henson2016-08-171-2/+2
* Add point ctrls to X25519Dr. Stephen Henson2016-08-131-4/+28
* Add X25519 methods to internal tablesDr. Stephen Henson2016-08-131-0/+3
* Fix spelling of error codeKurt Roeckx2016-08-102-3/+3
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-041-1/+1
* Fix some style issues...FdaSilvaYY2016-08-021-3/+5
* evp/bio_enc.c: perform enc_read operation without using overlapping buffers.Andy Polyakov2016-07-311-9/+27
* evp/evp_enc.c: make assert error message more readableAndy Polyakov2016-07-312-9/+22
* Note cipher BIO write errors too.Dr. Stephen Henson2016-07-261-0/+1
* Set error if EVP_CipherUpdate fails.Dr. Stephen Henson2016-07-261-0/+1
* Add EVP_ENCODE_CTX_copyJakub Zelenka2016-07-241-0/+8
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-2/+3
* evp/e_aes.c: wire new CBC and CTR subroutines from aesfx-sparcv9.Andy Polyakov2016-07-161-2/+4
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-1/+4
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-301-2/+2
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-292-2/+2
* base64 macro: parenthesize for clarityEmilia Kasper2016-06-281-1/+1
* evp/evp_enc.c: refine partial buffer overlap detection.Andy Polyakov2016-06-271-9/+21
* evp/evp_enc.c: check for partially[!] overlapping buffersAndy Polyakov2016-06-271-0/+41
* Ensure HMAC key gets cleansed after useMatt Caswell2016-06-241-0/+2
* RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz2016-06-231-0/+2
* 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