summaryrefslogtreecommitdiffstats
path: root/crypto/store
AgeCommit message (Expand)Author
2024-04-15Adding missing NULL pointer checkafshinpir
2024-04-01Add OPENSSL_free to avoid mem leakJiasheng Jiang
2024-04-01store/store_lib.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang
2023-09-28Copyright year updatesMatt Caswell
2023-09-19Allow to pass a passprase callback at store openSimo Sorce
2023-09-15Store: API for deletionDmitry Belyavskiy
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-08OSSL_STORE: Fix error flag clearing and setting (provider path only)Richard Levitte
2023-09-07Copyright year updatesMatt Caswell
2023-07-01store: update to structure based atomicsPauli
2023-06-26OSSL_STORE and PKCS#12: Check if there is a MAC to verify before promptingRichard Levitte
2022-10-12crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-22Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-06-05Fix inadvertent NULL assignments in ternary opsClemens Lang
2022-05-06Fix Coverity 1503329 use after freePauli
2022-05-06Remove the _fetch_by_number functionsPauli
2022-05-05Add method store cache flush and method removal to non-EVP operationsRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-02-28fetch: convert a NULL property query to ""Pauli
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-12Fix Decoder, Encoder and Store loader fetchingMatt Caswell
2022-01-07OSSL_STORE_open_ex(): Prevent spurious error: unregistered scheme=fileDr. David von Oheimb
2022-01-03try_pkcs12(): cleanse passphrase so it is not left on the stackTomas Mraz
2022-01-03try_pkcs12(): Correct handling of NUL termination of passphrasesTomas Mraz
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
2021-10-27CORE: Encure that cached fetches can be done per providerRichard Levitte
2021-10-27CORE: add a provider argument to ossl_method_construct()Richard Levitte
2021-07-03PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte
2021-07-02Defined out MUTEX attributes not available on NonStop SPT Threads.Randall S. Becker
2021-06-29OSSL_STORE: Fix crash when tracing STORERichard Levitte
2021-06-20STORE: Fix OSSL_STORE_open_ex() error reportingRichard Levitte
2021-06-16CORE: Do a bit of cleanup of core fetchingRichard Levitte
2021-06-16Clean up the encoder/decoder/loader stores before providersMatt Caswell
2021-06-15Refactor OSSL_STORE_LOADER_do_all_provided() to behave like OSSL_STORE_LOADER...Richard Levitte
2021-06-15CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte
2021-06-11STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte
2021-06-02store: include internal headerPauli
2021-06-02libcrypto: make XXX_get_number() internalPauli
2021-06-02store: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-31Fix cert creation in the storeMatt Caswell
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-18Better error messages if there are no encoders/decoders/store loadersMatt Caswell