summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2017-03-02evp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.Andy Polyakov
2017-02-28Remove some commented out code in libcryptoMatt Caswell
2017-02-28Clean up references to FIPSEmilia Kasper
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-15Properly zero cipher_data for ChaCha20-Poly1305 on cleanupKazuki Yamaguchi
2017-02-10Restore EVP_CIPH_FLAG_LENGTH_BITS working properlyLukasz Pawelczyk
2017-02-08Make EVP_*Final work for CCM ciphersDr. Stephen Henson
2017-02-07Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_data may be NULLBernd Edlinger
2017-02-03Combined patch against master branch for the following issues:Bernd Edlinger
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-26crypto/evp: harden AEAD ciphers.Andy Polyakov
2017-01-26crypto/evp: harden RC4_MD5 cipher.Andy Polyakov
2017-01-25Remove assert from is_partially_overlapping()Matt Caswell
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-25Properly handle a partial block in OCB modeMatt Caswell
2017-01-25Don't use magic numbers in aes_ocb_cipher()Matt Caswell
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-24Add missing flags for EVP_chacha20()Kazuki Yamaguchi
2017-01-08fix a few more style issuesDr. Stephen Henson
2017-01-08fix various style issuesDr. Stephen Henson
2017-01-08Digest string helper function.Dr. Stephen Henson
2017-01-08PSS EVP_PKEY methodDr. Stephen Henson
2016-12-22Fix EVP_MD_meth_get_flagsTodd Short
2016-12-20Reformat M_check_autoarg to match our coding styleRichard Levitte
2016-12-20M_check_autoarg: sanity check the keyRichard Levitte
2016-11-25Fix ctrl operation for SHA1/MD5SHA1.Dr. Stephen Henson
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-11-10chacha20/poly1305: make sure to clear the buffer at correct positionRichard Levitte
2016-11-03Clean away remaining 'selftest' codeRichard Levitte
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-10-18Fix strict-warnings buildPatrick Steuer
2016-09-07GH1537: Avoid double-free in the EVP_PKEY APIAlex Gaynor
2016-08-26Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte
2016-08-24evp/bio_enc.c: stop using pointer arithmetic for error detection.Andy Polyakov
2016-08-21evp/bio_enc.c: refine non-overlapping logic.Andy Polyakov
2016-08-17Convert X509* functions to use const gettersDr. Stephen Henson
2016-08-17Constify private key decode.Dr. Stephen Henson
2016-08-13Add point ctrls to X25519Dr. Stephen Henson
2016-08-13Add X25519 methods to internal tablesDr. Stephen Henson
2016-08-10Fix spelling of error codeKurt Roeckx
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY
2016-08-02Fix some style issues...FdaSilvaYY
2016-07-31evp/bio_enc.c: perform enc_read operation without using overlapping buffers.Andy Polyakov
2016-07-31evp/evp_enc.c: make assert error message more readableAndy Polyakov
2016-07-26Note cipher BIO write errors too.Dr. Stephen Henson
2016-07-26Set error if EVP_CipherUpdate fails.Dr. Stephen Henson
2016-07-24Add EVP_ENCODE_CTX_copyJakub Zelenka
2016-07-20Check for errors allocating the error strings.Kurt Roeckx