aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/evperr.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-25EVP: Downgrade keys rather than upgradeRichard Levitte1-6/+5
2020-03-19Make sure we use the libctx when fetching a MACMatt Caswell1-1/+2
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-2/+2
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte1-0/+2
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-06KDF error codes reworkedPauli1-3/+0
2019-09-06KDF provider conversion error updates - generatedPauli1-0/+1
2019-09-03Refactor how KEYMGMT methods get associated with other methodsRichard Levitte1-4/+1
2019-07-31Add evp_util macrosShane Lontis1-0/+5
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte1-0/+1
2019-07-16Regenerate mkerr filesRich Salz1-136/+138
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell1-0/+2
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx1-1/+2
2019-05-08Coverity CID 1444960: Error handling issuesPauli1-0/+1
2019-05-03Added generated files for EVP_KDF changesShane Lontis1-0/+1
2019-04-19Implement AES CBC ciphers in the default providerMatt Caswell1-0/+1
2019-04-19Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell1-0/+3
2019-04-05EVP_set_default_properties(): New function to set global propertiesRichard Levitte1-0/+1
2019-04-05Fix number clash: EVP_F_AESNI_XTS_INIT_KEY vs EVP_F_EVP_MD_BLOCK_SIZERichard Levitte1-3/+3
2019-04-05Move the AES-XTS mode duplicated key check into the init_key function ratherPauli1-0/+4
2019-04-04Correct EVP_F_EVP_MD_BLOCK_SIZE numberRichard Levitte1-1/+1
2019-04-03Support EVP_MD_block_size() with providersMatt Caswell1-0/+1
2019-04-03AES-XTS block limit.Pauli1-0/+2
2019-03-21Make EVP_Digest* functions provider awareMatt Caswell1-0/+5
2019-03-11Add regenerated header filesRich Salz1-0/+4
2019-02-13Added new EVP/KDF API.David Makepeace1-1/+7
2019-02-06blake2: backport changes to blake2sAntoine Salon1-0/+2
2019-02-06blake2b: add EVP_MAC APIAntoine Salon1-0/+3
2018-12-10make updateRichard Levitte1-0/+1
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-11-14KMAC implementation using EVP_MACShane Lontis1-0/+3
2018-11-05Fix a collision in function err numbersPaul Yang1-1/+1
2018-11-05Add poly1305 MAC supportPaul Yang1-0/+1
2018-11-05GMAC implementationPauli1-0/+2
2018-10-29Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte1-0/+1
2018-10-29Add EVP_MAC APIRichard Levitte1-0/+5
2018-09-12Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli1-0/+3
2018-06-19Add EVP_PKEY_set_alias_typeJack Lloyd1-0/+1
2018-06-18Fix error number clashMatt Caswell1-2/+2
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb1-0/+2
2018-06-08Add support getting raw private/public keysMatt Caswell1-0/+3
2018-04-03Set error code on alloc failuresRich Salz1-0/+6
2018-03-29EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY1-0/+3
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell1-2/+2
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell1-0/+2
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell1-0/+2
2018-02-09Small simplification in mkerr.plFdaSilvaYY1-4/+1
2018-01-23Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte1-2/+2
2017-11-20Support public key and param check in EVP interfacePaul Yang1-0/+2