summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2017-08-22Use "" not <> for internal/ includesRich Salz
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-15Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer
2017-08-15Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.cRichard Levitte
2017-08-12Wire SHAKE to EVP.Andy Polyakov
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer
2017-08-03Switch from ossl_rand to DRBG randRich Salz
2017-08-02Adding NID_hmac_sha1 and _md5 to builtin_pbe[]Martin Peylo
2017-07-29Add public key method enumeration function.Dr. Stephen Henson
2017-07-25Wire SHA3 EVPs and add tests.Andy Polyakov
2017-07-25Add evp/m_sha3.c.Andy Polyakov
2017-07-24evp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.Andy Polyakov
2017-07-19Remove some dead codeMatt Caswell
2017-07-19Fix undefined behaviour in e_aes_cbc_hmac_sha256.c and e_aes_cbc_hmac_sha1.cMatt Caswell
2017-07-07Trivial bounds checking.Pauli
2017-07-05Fix small UI issuesRichard Levitte
2017-07-05Undo commit d420ac2Rich Salz
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2017-07-03Fix copyright date for the ARIA evp file.Pauli
2017-06-15Correct Oracle copyrights & clarify.Pauli
2017-06-12Fix memleak in EVP_DigestSignFinal/VerifyFinal.Bernd Edlinger
2017-06-07make error tables const and separate header fileRich Salz
2017-05-30ED25519 public key method.Dr. Stephen Henson
2017-05-30make errorsDr. Stephen Henson
2017-05-30Add support for custom digestsign/digestverify methods.Dr. Stephen Henson
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-05-11Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson
2017-04-24check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AADRich Salz
2017-04-04PBKDF2 computation speedup (15-40%)Gergely Nagy
2017-03-25Don't access memory before checking the correct length in aesni_cbc_hmac_sha2...Bernd Edlinger
2017-03-17Fixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.Péter Budai
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