summaryrefslogtreecommitdiffstats
path: root/include/crypto/evp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implementation of the RFC 9579, PBMAC1 in PKCS#12Dmitry Belyavskiy2024-08-071-0/+3
* Add KeyManagement keygen parameter getter/gettable functions.slontis2024-08-061-0/+2
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-221-5/+3
* fix: style nitsRichard Levitte2024-07-211-7/+7
* fix: refactor the EVP_PKEY_OP checksRichard Levitte2024-07-211-13/+8
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Move discovery of the legacy alg type into the keymgmtMatt Caswell2024-01-151-0/+1
* Add EVP_DigestSqueeze() API.slontis2023-11-101-0/+1
* rand: fix seeding from a weak entropy sourceMatthias St. Pierre2023-10-241-0/+8
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Change PBES2 KDF default salt length to 16 bytes.slontis2023-09-041-0/+9
* Don't use C++ reserved word template for function argumentsMscVZoltan2023-08-101-1/+1
* Remove unused internal functionsatishkov2023-07-071-4/+0
* evp: update to structure based atomicsPauli2023-07-011-4/+0
* configure: introduce no-ecx to remove ECX related featureYi Li2023-06-141-0/+2
* CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper functionDr. David von Oheimb2023-05-301-0/+4
* Don't take a write lock when freeing an EVP_PKEYMatt Caswell2023-05-291-1/+1
* Add a flag so finalised contexts are not reusedSimo Sorce2023-03-141-0/+1
* Propagate selection all the way on key exportSimo Sorce2022-11-151-4/+7
* Limit the size of various MAXCHUNK definitionsPauli2022-08-191-1/+1
* store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz2022-06-281-0/+3
* Make it possible to remove methods by the provider that provides themRichard Levitte2022-05-051-0/+1
* Don't empty the method store when flushing the query cacheRichard Levitte2022-05-051-1/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz2022-05-021-0/+2
* EVP_MD performance fix (refcount cache contention)Hugo Landau2022-03-131-1/+1
* EVP: Reverse the fetch logic in all pkey using functionalityRichard Levitte2021-10-271-0/+3
* Don't try and load the config file while already loading the config fileMatt Caswell2021-07-281-0/+2
* Fix custom EVP_PKEY_METHOD implementations where no engine is presentMatt Caswell2021-07-221-12/+1
* Made foreign bit field unsigned in evp.hRandall S. Becker2021-07-081-1/+1
* ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte2021-06-291-0/+1
* add internal get_number functons to crypto/evp.hPauli2021-06-021-0/+12
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-7/+7
* Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis2021-05-241-4/+20
* Add a callback for providers to know about global properties changesMatt Caswell2021-05-201-1/+2
* Constify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set,get}table_params(), etc.Dr. David von Oheimb2021-05-111-1/+1
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-0/+4
* Detect low-level engine and app method based keysTomas Mraz2021-04-191-1/+2
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+13
* Remove keymgmt_copy function from the provider APITomas Mraz2021-04-151-3/+0
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-151-1/+1
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-151-0/+2
* property: check return values from the property locking calls.Pauli2021-04-081-1/+1
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-021-0/+4
* EVP_PKCS82PKEY: Create provided keys if possibleTomas Mraz2021-03-251-0/+2
* Make evp_privatekey_from_binary() completely libcrypto internalRichard Levitte2021-03-191-4/+0
* Add ossl_pkcs5_pbkdf2_hmac_ex symbolShane Lontis2021-03-181-4/+5
* evp: add params argument to key manager's gen_init callPauli2021-03-111-1/+2
* Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell2021-03-081-0/+7
* Cache legacy keys instead of downgrading themMatt Caswell2021-03-081-16/+22