summaryrefslogtreecommitdiffstats
path: root/crypto/include/internal/evp_int.h
AgeCommit message (Expand)Author
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15Add missing EVP param utility functionsRichard Levitte
2019-08-12Make more use of OSSL_PARAM for digestsRichard Levitte
2019-07-23Add a mechnism to save the name of fetched methodsRichard Levitte
2019-07-22Add an internal API to access the KEYMGMT provider functionsRichard Levitte
2019-07-22Add evp_keymgmt_clear_pkey_cache() and use itRichard Levitte
2019-07-22Add evp_keymgmt_export_to_provider(), for key transfer between providersRichard Levitte
2019-07-22Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte
2019-07-16Make the EVP Key Exchange code provider awareMatt Caswell
2019-07-11Make more use of OSSL_PARAM for ciphersRichard Levitte
2019-07-09Add X9.42 KDF.Shane Lontis
2019-06-06Change EVP_MAC method from copy to dupKurt Roeckx
2019-06-04Move digests to providersShane Lontis
2019-05-16Added X963KDF APIShane Lontis
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
2019-04-19Implement AES CBC ciphers in the default providerMatt Caswell
2019-04-19Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell
2019-04-03Support EVP_MD_block_size() with providersMatt Caswell
2019-03-21Make EVP_Digest* functions provider awareMatt Caswell
2019-03-21Implement EVP_MD_fetch()Matt Caswell
2019-03-19Single step kdf implementationShane Lontis
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-02-27Implement SSH KDFSimo Sorce
2019-02-13Added new EVP/KDF API.David Makepeace
2019-02-06blake2: backport changes to blake2sAntoine Salon
2019-02-06blake2b: add EVP_MAC APIAntoine Salon
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte
2018-11-14KMAC implementation using EVP_MACShane Lontis
2018-11-05Add poly1305 MAC supportPaul Yang
2018-11-05GMAC implementationPauli
2018-10-30EVP_MAC: Add SipHash implementationRichard Levitte
2018-10-30EVP_MAC: Add HMAC implementationRichard Levitte
2018-10-30EVP_MAC: Add CMAC implementationRichard Levitte
2018-10-29Add automatic initializations support for EVP_MAC objectsRichard Levitte
2018-10-29Add EVP_MAC APIRichard Levitte
2018-09-07Support setting SM2 IDPaul Yang
2018-09-07Support pmeth->digest_customPaul Yang
2018-06-19Move SM2 algos to SM2 specific PKEY methodJack Lloyd
2018-04-13Add support for the SRP base64 alphabetMatt Caswell
2018-04-13Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functionsMatt Caswell
2018-03-02Integrate X448 and Ed448 into libcryptoMatt Caswell
2018-02-27Update copyright yearMatt Caswell
2018-02-23Fix some bugs with the cfb1 bitsize handlingBernd Edlinger
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson
2017-09-14Support EVP_PKEY_meth_remove and pmeth internal cleanupPaul Yang
2017-09-13Support key check in EVP interfacePaul Yang
2017-08-08Add interface to the scrypt KDF by means of PKEY_METHODJohannes Bauer