summaryrefslogtreecommitdiffstats
path: root/crypto/store
AgeCommit message (Expand)Author
2023-09-19Copyright year updatesRichard Levitte
2023-09-08OSSL_STORE: Fix error flag clearing and setting (provider path only)Richard Levitte
2023-08-01Copyright year updatesMatt Caswell
2023-06-26OSSL_STORE and PKCS#12: Check if there is a MAC to verify before promptingRichard Levitte
2022-12-01Update copyright yearTomas Mraz
2022-11-23crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-11-21Remove the _fetch_by_number functionsPauli
2022-11-21Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-11-11Move e_os.h to include/internalRichard Levitte
2022-11-09OSSL_STORE_open_ex(): Prevent spurious error: unregistered scheme=fileDr. David von Oheimb
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-05Fix inadvertent NULL assignments in ternary opsClemens Lang
2022-05-05Add method store cache flush and method removal to non-EVP operationsRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-03-15Update copyright yearMatt Caswell
2022-03-08fetch: convert a NULL property query to ""Pauli
2022-01-12Fix Decoder, Encoder and Store loader fetchingMatt Caswell
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-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
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-05-04BIO_eof() and OSSL_STORE_eof(): Make sure to return 1 on error; improve relat...Dr. David von Oheimb
2021-05-04OSSL_STORE_expect(): Improve error handling and documentationDr. David von Oheimb
2021-04-30STORE: Fix the repeated prompting of passphraseRichard Levitte
2021-04-23crypto/store/ossl_result.c: Better filtering of errorsRichard Levitte
2021-04-21STORE: Discard the error report filter in crypto/store/store_result.cRichard Levitte
2021-04-12Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis
2021-04-08Update copyright yearMatt Caswell
2021-04-07Fix typo in store_meth.cNan Xiao