summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_enc.c
AgeCommit message (Expand)Author
2021-06-15Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()Richard Levitte
2021-06-08evp: avoid some calls to EVP_CIPHER_CTX_get_iv_length() because it's been cal...Pauli
2021-06-08evp: fix Coverity 1485670 argument cannot be negativePauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-28Add missing EVP_CTRL_CCM_SET_L controlShane Lontis
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-18Standard style for all EVP_xxx_free routinesRich Salz
2021-04-08evp: fix coverity 1473631: argument cannot be negativePauli
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-04-01Drop TODO 3.0 as we cannot get rid of legacy nids in 3.0Tomas Mraz
2021-03-18Add ossl_is_partially_overlapping symbolShane Lontis
2021-03-12evp: add params arguments to init functionsPauli
2021-03-04Remove some of the TODO 3.0 in crypto/evp related to legacy support.Tomas Mraz
2021-02-26evp: upport modified gettable/settable ctx calls for ciphersPauli
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-02-18Update copyright yearMatt Caswell
2021-02-16Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell
2021-02-12EVP: fix reference counting for EVP_CIPHER.Pauli
2020-12-30Don't call EVP_CIPHER_CTX_block_size() to find the block sizeMatt Caswell
2020-12-23Move the caching of cipher constants into evp_cipher_from_dispatchMatt Caswell
2020-11-27Fix EVP_CIPHER_CTX_set_padding for legacy pathShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-02Initialize outl in evp_enc.c to 0, protect against NULLjwalch
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-13EVP: Centralise fetching error reportingRichard Levitte
2020-08-11Retire EVP_CTRL_GET_IVBenjamin Kaduk
2020-08-11Support cipher provider "iv state"Benjamin Kaduk
2020-08-09Use libctx for EVP_CIPHER_CTX_rand_key() method.Shane Lontis
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2020-08-07gettables: core changes to pass the provider context.Pauli
2020-07-16deprecate engines in libcryptoPauli
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-05-07Remove cipher table lookup from EVP_CipherInit_exShane Lontis
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-01-20Implement the NULL cipher in the default providerMatt Caswell
2020-01-10Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providersShane Lontis
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2019-12-11Fix some typosVeres Lajos
2019-11-25Cache constants for fetched EVP_cipherShane Lontis
2019-11-20Replumbing: pre-populate the EVP namemap with commonly known namesRichard Levitte
2019-11-19EVP_CIPHER_CTX_set_keylen should not succeed if a bad keylen is passedMatt Caswell
2019-11-11Add rc4_hmac_md5 cipher to default providerShane Lontis
2019-11-10Final cleanup after move to leaner EVP_PKEY methodsRichard Levitte
2019-11-08Add AES SIV ciphers to default providerShane Lontis
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte