summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_err.c
AgeCommit message (Expand)Author
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-09-03Refactor how KEYMGMT methods get associated with other methodsRichard Levitte
2019-07-31Add evp_util macrosShane Lontis
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte
2019-07-16Regenerate mkerr filesRich Salz
2019-07-02Fix TyposAntoine Cœur
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx
2019-05-08Coverity CID 1444960: Error handling issuesPauli
2019-05-03Added generated files for EVP_KDF changesShane 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-05EVP_set_default_properties(): New function to set global propertiesRichard Levitte
2019-04-05Move the AES-XTS mode duplicated key check into the init_key function ratherPauli
2019-04-03Support EVP_MD_block_size() with providersMatt Caswell
2019-04-03AES-XTS block limit.Pauli
2019-03-21Make EVP_Digest* functions provider awareMatt Caswell
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-10make updateRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-11-14KMAC implementation using EVP_MACShane Lontis
2018-11-05Add poly1305 MAC supportPaul Yang
2018-11-05GMAC implementationPauli
2018-10-29Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte
2018-10-29Add EVP_MAC APIRichard Levitte
2018-09-12Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-06-08Add support getting raw private/public keysMatt Caswell
2018-04-03Set error code on alloc failuresRich Salz
2018-03-29EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-10-30make updateRichard Levitte
2017-10-12make updateDr. Stephen Henson
2017-09-13Support key check in EVP interfacePaul Yang
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-12Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov
2017-06-07make error tables const and separate header fileRich Salz
2017-05-30make errorsDr. Stephen Henson
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short