aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-214-2/+190
* Properly zero cipher_data for ChaCha20-Poly1305 on cleanupKazuki Yamaguchi2017-02-151-1/+1
* Restore EVP_CIPH_FLAG_LENGTH_BITS working properlyLukasz Pawelczyk2017-02-101-5/+11
* Make EVP_*Final work for CCM ciphersDr. Stephen Henson2017-02-081-3/+4
* Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_data may be NULLBernd Edlinger2017-02-072-1/+10
* Combined patch against master branch for the following issues:Bernd Edlinger2017-02-031-0/+2
* Add support for parameterized SipHashTodd Short2017-02-013-2/+22
* crypto/evp: harden AEAD ciphers.Andy Polyakov2017-01-262-4/+15
* crypto/evp: harden RC4_MD5 cipher.Andy Polyakov2017-01-261-0/+2
* Remove assert from is_partially_overlapping()Matt Caswell2017-01-251-1/+1
* Fix the overlapping check for fragmented "Update" operationsMatt Caswell2017-01-255-11/+31
* Properly handle a partial block in OCB modeMatt Caswell2017-01-251-0/+2
* Don't use magic numbers in aes_ocb_cipher()Matt Caswell2017-01-251-11/+13
* Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short2017-01-244-48/+4
* Add support for Poly1305 in EVP_PKEYTodd Short2017-01-243-2/+21
* Add missing flags for EVP_chacha20()Kazuki Yamaguchi2017-01-241-1/+1
* fix a few more style issuesDr. Stephen Henson2017-01-081-0/+1
* fix various style issuesDr. Stephen Henson2017-01-081-0/+1
* Digest string helper function.Dr. Stephen Henson2017-01-082-8/+14
* PSS EVP_PKEY methodDr. Stephen Henson2017-01-081-0/+3
* Fix EVP_MD_meth_get_flagsTodd Short2016-12-221-1/+1
* Reformat M_check_autoarg to match our coding styleRichard Levitte2016-12-201-19/+16
* M_check_autoarg: sanity check the keyRichard Levitte2016-12-202-4/+11
* Fix ctrl operation for SHA1/MD5SHA1.Dr. Stephen Henson2016-11-252-2/+12
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-171-2/+2
* chacha20/poly1305: make sure to clear the buffer at correct positionRichard Levitte2016-11-101-1/+1
* Clean away remaining 'selftest' codeRichard Levitte2016-11-031-12/+0
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-284-0/+8
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-284-0/+8
* Fix strict-warnings buildPatrick Steuer2016-10-181-2/+2
* GH1537: Avoid double-free in the EVP_PKEY APIAlex Gaynor2016-09-071-1/+1
* Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte2016-08-261-1/+1
* evp/bio_enc.c: stop using pointer arithmetic for error detection.Andy Polyakov2016-08-241-2/+5
* evp/bio_enc.c: refine non-overlapping logic.Andy Polyakov2016-08-211-27/+42
* 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