aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Fix small UI issuesRichard Levitte2017-07-051-9/+11
* Undo commit d420ac2Rich Salz2017-07-051-1/+1
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-031-2/+0
* Fix copyright date for the ARIA evp file.Pauli2017-07-031-1/+1
* Correct Oracle copyrights & clarify.Pauli2017-06-151-4/+1
* Fix memleak in EVP_DigestSignFinal/VerifyFinal.Bernd Edlinger2017-06-121-2/+10
* make error tables const and separate header fileRich Salz2017-06-071-157/+207
* ED25519 public key method.Dr. Stephen Henson2017-05-301-0/+3
* make errorsDr. Stephen Henson2017-05-301-0/+2
* Add support for custom digestsign/digestverify methods.Dr. Stephen Henson2017-05-301-2/+20
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+1
* Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson2017-05-111-0/+16
* check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz2017-04-242-0/+4
* PBKDF2 computation speedup (15-40%)Gergely Nagy2017-04-041-2/+0
* Don't access memory before checking the correct length in aesni_cbc_hmac_sha2...Bernd Edlinger2017-03-251-1/+3
* Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai2017-03-171-2/+5
* evp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.Andy Polyakov2017-03-022-8/+8
* Remove some commented out code in libcryptoMatt Caswell2017-02-284-44/+0
* Clean up references to FIPSEmilia Kasper2017-02-281-8/+0
* 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