summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-15Add explanatory comment about fitting into a size_t.Pauli
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang
2017-09-14Ensure that the requested memory size cannot exceed the limit imposed by aPauli
2017-09-14Manually revert "Ensure allocation size fits into size_t"Pauli
2017-09-13Support key check in EVP interfacePaul Yang
2017-09-11evp/m_sha3.c: wire SHA3 to rsaEncryption.Andy Polyakov
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
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