aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* EVP_*Update: ensure that input NULL with length 0 isn't passedRichard Levitte2019-04-101-9/+10
* Add a legacy provider and put MD2 in itMatt Caswell2019-04-091-0/+1
* Use the right NID when putting a method in the storeMatt Caswell2019-04-093-11/+28
* Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger2019-04-061-1/+1
* EVP configuration section: add 'default_properties' commandRichard Levitte2019-04-051-4/+18
* EVP_set_default_properties(): New function to set global propertiesRichard Levitte2019-04-052-2/+13
* Move the AES-XTS mode duplicated key check into the init_key function ratherPauli2019-04-052-55/+77
* Support EVP_MD_block_size() with providersMatt Caswell2019-04-033-0/+14
* Ensure EVP_MD_CTX_md returns the EVP_MD originally usedMatt Caswell2019-04-033-2/+7
* AES-XTS block limit.Pauli2019-04-032-1/+15
* Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell2019-03-271-6/+6
* Fix a memory leak in ARIA GCMMatt Caswell2019-03-271-1/+13
* Tolerate 0 byte input length for Update functionsMatt Caswell2019-03-272-0/+5
* Implement SHA256 in the default providerMatt Caswell2019-03-211-0/+2
* Make EVP_Digest* functions provider awareMatt Caswell2019-03-214-23/+227
* Implement EVP_MD_fetch()Matt Caswell2019-03-212-1/+118
* Single step kdf implementationShane Lontis2019-03-191-0/+1
* Providing missing accessor to EVP_PKEY.engineDmitry Belyavskiy2019-03-191-0/+5
* Add generic EVP method fetcherRichard Levitte2019-03-183-1/+212
* EVP_PBE_scrypt() handles salt=NULL as salt=""Victor Stinner2019-03-171-0/+4
* FIPS AES_GCM IV gen changesShane Lontis2019-03-071-2/+45
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-066-12/+12
* Prevent over long nonces in ChaCha20-Poly1305Matt Caswell2019-03-061-1/+3
* Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace APIRichard Levitte2019-03-061-25/+16
* The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte2019-02-281-0/+1
* Implement SSH KDFSimo Sorce2019-02-271-1/+2
* The use of the likes of UINT32_MAX requires internal/numbers.hRichard Levitte2019-02-271-0/+1
* Don't leak EVP_KDF_CTX on errorMatt Caswell2019-02-181-4/+5
* Added new EVP/KDF API.David Makepeace2019-02-1310-303/+491
* blake2: backport changes to blake2sAntoine Salon2019-02-062-0/+3
* blake2: register MAC objectsAntoine Salon2019-02-061-0/+3
* blake2b: add EVP_MAC APIAntoine Salon2019-02-061-0/+4
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-1/+1
* Fix compilation on sparcMatt Caswell2019-01-081-0/+5
* crypto/evp/e_aes.c: build again on s390xRichard Levitte2019-01-051-2/+14
* EVP_PKEY_size declared to take a const parameterShreya Bhandare2018-12-231-1/+1
* Add RFC5297 AES-SIV supportTodd Short2018-12-122-6/+127
* make updateRichard Levitte2018-12-101-0/+2
* Prevent calling decryption in an encryption context and vice versaRichard Levitte2018-12-101-6/+39
* evp/e_aes: Expose IVBoris Pismenny2018-12-071-0/+8
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-0665-65/+65
* Refactor the computation of API version limitsRichard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-11-201-1/+1
* KMAC implementation using EVP_MACShane Lontis2018-11-143-0/+36
* Add EVP_PKEY_supports_digest_nid()David Woodhouse2018-11-101-0/+20
* Add poly1305 MAC supportPaul Yang2018-11-053-0/+37
* GMAC implementationPauli2018-11-052-0/+4
* EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2018-10-301-0/+33
* EVP_MAC: Add SipHash implementationRichard Levitte2018-10-301-0/+3
* EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2018-10-301-0/+33