aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-1827-87/+87
* Remove email addresses from source code.Rich Salz2017-10-133-4/+3
* make updateDr. Stephen Henson2017-10-121-0/+2
* Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson2017-10-122-3/+25
* Fix memory leak on lookup failureDr. Stephen Henson2017-10-121-0/+3
* Don't ignore passed ENGINE.Dr. Stephen Henson2017-10-121-2/+3
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-092-3/+3
* Add explanatory comment about fitting into a size_t.Pauli2017-09-151-0/+2
* Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang2017-09-142-0/+17
* Ensure that the requested memory size cannot exceed the limit imposed by aPauli2017-09-141-0/+2
* Manually revert "Ensure allocation size fits into size_t"Pauli2017-09-141-11/+4
* Support key check in EVP interfacePaul Yang2017-09-133-0/+40
* evp/m_sha3.c: wire SHA3 to rsaEncryption.Andy Polyakov2017-09-111-2/+2
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-304-1/+610
* Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli2017-08-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-0/+1
* Use "" not <> for internal/ includesRich Salz2017-08-225-5/+5
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-2/+1
* Fix coding style of EVP_PKEY_CTX_ctrl_uint64Johannes Bauer2017-08-151-1/+1
* Rename crypto/evp/scrypt.c to crypto/evp/pbe_scrypt.cRichard Levitte2017-08-152-1/+1
* Wire SHAKE to EVP.Andy Polyakov2017-08-122-4/+16
* Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov2017-08-122-0/+24
* Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer2017-08-081-0/+10
* Switch from ossl_rand to DRBG randRich Salz2017-08-031-1/+0
* Adding NID_hmac_sha1 and _md5 to builtin_pbe[]Martin Peylo2017-08-021-0/+2
* Add public key method enumeration function.Dr. Stephen Henson2017-07-291-0/+21
* Wire SHA3 EVPs and add tests.Andy Polyakov2017-07-251-0/+8
* Add evp/m_sha3.c.Andy Polyakov2017-07-252-1/+169
* evp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.Andy Polyakov2017-07-241-3/+5
* Remove some dead codeMatt Caswell2017-07-192-6/+0
* Fix undefined behaviour in e_aes_cbc_hmac_sha256.c and e_aes_cbc_hmac_sha1.cMatt Caswell2017-07-192-2/+18
* Trivial bounds checking.Pauli2017-07-071-3/+3
* 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