summaryrefslogtreecommitdiff
path: root/crypto/evp/evp_err.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli2018-09-121-0/+4
* Add EVP_PKEY_set_alias_typeJack Lloyd2018-06-191-0/+2
* add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb2018-06-181-0/+4
* Add support getting raw private/public keysMatt Caswell2018-06-081-0/+5
* 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-4/+4
* Add the function EVP_PKEY_new_CMAC_key()Matt Caswell2018-03-151-0/+3
* Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell2018-03-151-0/+4
* Have EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find()Richard Levitte2018-01-231-3/+3
* Support public key and param check in EVP interfacePaul Yang2017-11-201-0/+4
* make updateRichard Levitte2017-10-301-0/+3
* make updateDr. Stephen Henson2017-10-121-0/+2
* Support key check in EVP interfacePaul Yang2017-09-131-0/+1
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-301-0/+2
* Add EVP_DigestFinalXOF, interface to extendable-output functions, XOFs.Andy Polyakov2017-08-121-0/+3
* make error tables const and separate header fileRich Salz2017-06-071-157/+207
* make errorsDr. Stephen Henson2017-05-301-0/+2
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-0/+2
* Add support for parameterized SipHashTodd Short2017-02-011-0/+2
* Fix the overlapping check for fragmented "Update" operationsMatt Caswell2017-01-251-0/+3
* Add support for Poly1305 in EVP_PKEYTodd Short2017-01-241-1/+3