Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-10-03Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTXMatt Caswell
2022-10-03Fix usage of custom EVP_CIPHER objectsMatt Caswell
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-06Fix Coverity 1503325 use after freePauli
2022-05-03Update copyright yearMatt Caswell
2022-04-03Fix Coverity 1503096: out-of-bounds accessPauli
2022-03-30Use safe math to computer sizes.Pauli
2022-03-15Fix signed integer overflow in evp_encHugo Landau
2022-03-15Fix IV length caching in EVP encryption codeHugo Landau
2022-02-07evp enc: cache cipher key lengthPauli
2022-02-07evp enc: cache cipher IV lengthPauli
2022-01-19Add context dup functions for digests and ciphersPauli
2021-08-11EVP_CIPHER_CTX_set_key_length: Raise error when key length is not settableTomas Mraz
2021-07-06fips module header inclusion fine-tunningTomas Mraz
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