summaryrefslogtreecommitdiffstats
path: root/crypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid fragile aliasing of SHA224/384 update/finalViktor Dukhovni2018-02-141-9/+24
* crypto/evp/e_aes.c: add comments to s390x aes gcm implementationPatrick Steuer2018-02-061-2/+32
* s390x assembly pack: add KMAC code path for aes-ccmPatrick Steuer2018-02-061-10/+526
* SHA512/224 and SHA512/256Pauli2018-01-232-2/+53
* Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte2018-01-231-3/+3
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* s390x assembly pack: add KMA code path for aes-gcm.Patrick Steuer2018-01-071-0/+735
* Fix invalid function type casts.Bernd Edlinger2017-12-154-8/+8
* Make BIO_METHOD struct definitions consistentDaniel Bevenius2017-12-094-4/+8
* Consistent formatting for sizeof(foo)Rich Salz2017-12-082-4/+4
* Support public key and param check in EVP interfacePaul Yang2017-11-203-0/+76
* evp/pbe_scrypt.c: add boundary condition for implicit cast.Andy Polyakov2017-11-131-4/+12
* SM3: restructure to EVP internal and update doc to right locationRonald Tse2017-11-062-56/+1
* SM3: Add SM3 hash functionJack Lloyd2017-11-063-1/+59
* SM4: Add SM4 block cipher to EVPRonald Tse2017-10-313-1/+112
* Only reset the ctx when a cipher is givenKurt Roeckx2017-10-301-1/+2
* make updateRichard Levitte2017-10-301-0/+3
* 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-291-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-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-161-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-301-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