aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_err.c
Commit message (Expand)AuthorAgeFilesLines
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Remove all trace of FIPS_mode functionsRich Salz2021-05-061-5/+0
* mac: add EVP_MAC_finalXOF() functionPauli2021-05-051-2/+3
* Fix typosMichaM2021-04-221-2/+2
* Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal2021-03-111-1/+1
* Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell2021-02-161-1/+3
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Enable locking on the primary DRBG when we create itMatt Caswell2021-01-141-1/+1
* Use centralized fetching errorsRichard Levitte2021-01-121-1/+0
* Move the caching of cipher constants into evp_cipher_from_dispatchMatt Caswell2020-12-231-0/+2
* EVP: Add EVP_PKEY_get_group_name() to extract the group name of a pkeyRichard Levitte2020-12-081-0/+2
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-241-1/+0
* Extend the EVP_PKEY KDF to KDF provider bridge to also support HKDFMatt Caswell2020-08-101-0/+2
* Implement a EVP_PKEY KDF to KDF provider bridgeMatt Caswell2020-08-101-0/+4
* DESERIALIZER: Add deserializers for the rest of our asymmetric key typesRichard Levitte2020-08-011-0/+2
* rand: core APIs for provider friendly random.Pauli2020-06-241-0/+15
* property: Move global default properties to the library context.Pauli2020-06-231-0/+2
* Add default property API's to enable and test for fipsShane Lontis2020-05-021-0/+2
* coverity 1462549 Dereference before null checkPauli2020-04-301-0/+1
* EVP: Downgrade keys rather than upgradeRichard Levitte2020-03-251-0/+7
* Make sure we use the libctx when fetching a MACMatt Caswell2020-03-191-1/+2
* Replumbing: make it possible for providers to specify multiple namesRichard Levitte2019-10-031-0/+3
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Refactor how KEYMGMT methods get associated with other methodsRichard Levitte2019-09-031-0/+2
* Add evp_util macrosShane Lontis2019-07-311-0/+4
* Adapt DH to use with KEYMGMTRichard Levitte2019-07-231-0/+1
* Regenerate mkerr filesRich Salz2019-07-161-185/+1
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell2019-07-011-0/+3
* 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/+6
* EVP_set_default_properties(): New function to set global propertiesRichard Levitte2019-04-051-0/+2
* Move the AES-XTS mode duplicated key check into the init_key function ratherPauli2019-04-051-0/+6
* Support EVP_MD_block_size() with providersMatt Caswell2019-04-031-0/+1
* AES-XTS block limit.Pauli2019-04-031-0/+3
* Make EVP_Digest* functions provider awareMatt Caswell2019-03-211-0/+6
* Added new EVP/KDF API.David Makepeace2019-02-131-1/+8
* blake2: backport changes to blake2sAntoine Salon2019-02-061-0/+2
* blake2b: add EVP_MAC APIAntoine Salon2019-02-061-0/+4
* make updateRichard Levitte2018-12-101-0/+2
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* KMAC implementation using EVP_MACShane Lontis2018-11-141-0/+4
* Add poly1305 MAC supportPaul Yang2018-11-051-0/+1
* GMAC implementationPauli2018-11-051-0/+3
* Add generic EVP_PKEY_METHOD for EVP_MACsRichard Levitte2018-10-291-0/+1
* Add EVP_MAC APIRichard Levitte2018-10-291-0/+5