summaryrefslogtreecommitdiff
path: root/include/openssl/evperr.h
Commit message (Expand)AuthorAgeFilesLines
* Fix reason code clashRichard Levitte2020-05-031-1/+1
* Add default property API's to enable and test for fipsShane Lontis2020-05-021-0/+1
* coverity 1462549 Dereference before null checkPauli2020-04-301-0/+2
* EVP: Downgrade keys rather than upgradeRichard Levitte2020-03-251-6/+5
* Make sure we use the libctx when fetching a MACMatt Caswell2020-03-191-1/+2
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-2/+2
* Replumbing: make it possible for providers to specify multiple namesRichard Levitte2019-10-031-0/+2
* Add legacy include guards to public header filesDr. Matthias St. Pierre2019-09-281-0/+6
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* KDF error codes reworkedPauli2019-09-061-3/+0
* KDF provider conversion error updates - generatedPauli2019-09-061-0/+1
* Refactor how KEYMGMT methods get associated with other methodsRichard Levitte2019-09-031-4/+1
* Add evp_util macrosShane Lontis2019-07-311-0/+5
* Adapt DH to use with KEYMGMTRichard Levitte2019-07-231-0/+1
* Regenerate mkerr filesRich Salz2019-07-161-136/+138
* Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell2019-07-011-0/+2
* Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx2019-06-061-1/+2
* Coverity CID 1444960: Error handling issuesPauli2019-05-081-0/+1
* Added generated files for EVP_KDF changesShane Lontis2019-05-031-0/+1
* Implement AES CBC ciphers in the default providerMatt Caswell2019-04-191-0/+1
* Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider awareMatt Caswell2019-04-191-0/+3
* EVP_set_default_properties(): New function to set global propertiesRichard Levitte2019-04-051-0/+1
* Fix number clash: EVP_F_AESNI_XTS_INIT_KEY vs EVP_F_EVP_MD_BLOCK_SIZERichard Levitte2019-04-051-3/+3
* Move the AES-XTS mode duplicated key check into the init_key function ratherPauli2019-04-051-0/+4
* Correct EVP_F_EVP_MD_BLOCK_SIZE numberRichard Levitte2019-04-041-1/+1
* Support EVP_MD_block_size() with providersMatt Caswell2019-04-031-0/+1
* AES-XTS block limit.Pauli2019-04-031-0/+2
* Make EVP_Digest* functions provider awareMatt Caswell2019-03-211-0/+5
* Add regenerated header filesRich Salz2019-03-111-0/+4
* Added new EVP/KDF API.David Makepeace2019-02-131-1/+7
* blake2: backport changes to blake2sAntoine Salon2019-02-061-0/+2
* blake2b: add EVP_MAC APIAntoine Salon2019-02-061-0/+3
* make updateRichard Levitte2018-12-101-0/+1
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* KMAC implementation using EVP_MACShane Lontis2018-11-141-0/+3
* Fix a collision in function err numbersPaul Yang2018-11-051-1/+1
* Add poly1305 MAC supportPaul Yang2018-11-051-0/+1
* GMAC implementationPauli2018-11-051-0/+2
* Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte2018-10-291-0/+1
* Add EVP_MAC APIRichard Levitte2018-10-291-0/+5
* Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli2018-09-121-0/+3
* Add EVP_PKEY_set_alias_typeJack Lloyd2018-06-191-0/+1
* Fix error number clashMatt Caswell2018-06-181-2/+2
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-181-0/+2
* Add support getting raw private/public keysMatt Caswell2018-06-081-0/+3
* Set error code on alloc failuresRich Salz2018-04-031-0/+6
* EVP,KDF: Add more error code along some return 0 in ...FdaSilvaYY2018-03-291-0/+3
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-151-2/+2
* Add the function EVP_PKEY_new_CMAC_key()Matt Caswell2018-03-151-0/+2
* Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell2018-03-151-0/+2