summaryrefslogtreecommitdiff
path: root/crypto/store
Commit message (Expand)AuthorAgeFilesLines
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-052-44/+23
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-201-0/+24
* store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz2022-06-281-2/+20
* Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau2022-06-221-1/+1
* Fix inadvertent NULL assignments in ternary opsClemens Lang2022-06-051-1/+1
* Fix Coverity 1503329 use after freePauli2022-05-061-0/+2
* Remove the _fetch_by_number functionsPauli2022-05-062-34/+6
* Add method store cache flush and method removal to non-EVP operationsRichard Levitte2022-05-051-0/+19
* Update copyright yearMatt Caswell2022-05-033-3/+3
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-222-2/+2
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-21/+2
* fetch: convert a NULL property query to ""Pauli2022-02-281-3/+4
* Move e_os.h to include/internalRichard Levitte2022-02-052-2/+2
* Fix Decoder, Encoder and Store loader fetchingMatt Caswell2022-01-121-2/+3
* OSSL_STORE_open_ex(): Prevent spurious error: unregistered scheme=fileDr. David von Oheimb2022-01-071-0/+4
* try_pkcs12(): cleanse passphrase so it is not left on the stackTomas Mraz2022-01-031-2/+3
* try_pkcs12(): Correct handling of NUL termination of passphrasesTomas Mraz2022-01-031-4/+10
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-211-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-1/+1
* fix some code with obvious wrong coding stylex20182021-10-281-2/+2
* CORE: Encure that cached fetches can be done per providerRichard Levitte2021-10-271-4/+5
* CORE: add a provider argument to ossl_method_construct()Richard Levitte2021-10-271-1/+1
* PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte2021-07-031-1/+1
* Defined out MUTEX attributes not available on NonStop SPT Threads.Randall S. Becker2021-07-023-6/+6
* OSSL_STORE: Fix crash when tracing STORERichard Levitte2021-06-291-5/+6
* STORE: Fix OSSL_STORE_open_ex() error reportingRichard Levitte2021-06-202-9/+24
* CORE: Do a bit of cleanup of core fetchingRichard Levitte2021-06-161-12/+10
* Clean up the encoder/decoder/loader stores before providersMatt Caswell2021-06-161-1/+2
* Refactor OSSL_STORE_LOADER_do_all_provided() to behave like OSSL_STORE_LOADER...Richard Levitte2021-06-151-32/+24
* CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte2021-06-151-23/+40
* STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte2021-06-112-5/+5
* store: include internal headerPauli2021-06-021-1/+1
* libcrypto: make XXX_get_number() internalPauli2021-06-021-1/+1
* store: remove TODOsPauli2021-06-022-3/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-013-12/+13
* Fix cert creation in the storeMatt Caswell2021-05-311-16/+15
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Better error messages if there are no encoders/decoders/store loadersMatt Caswell2021-05-182-2/+9
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-0/+1
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-27/+41
* BIO_eof() and OSSL_STORE_eof(): Make sure to return 1 on error; improve relat...Dr. David von Oheimb2021-05-041-1/+1
* OSSL_STORE_expect(): Improve error handling and documentationDr. David von Oheimb2021-05-041-0/+5
* STORE: Fix the repeated prompting of passphraseRichard Levitte2021-04-301-1/+5
* crypto/store/ossl_result.c: Better filtering of errorsRichard Levitte2021-04-231-40/+23
* STORE: Discard the error report filter in crypto/store/store_result.cRichard Levitte2021-04-211-38/+50
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Update copyright yearMatt Caswell2021-04-083-3/+3
* Fix typo in store_meth.cNan Xiao2021-04-071-1/+1
* Add OSSL_STORE_LOADER_description()Richard Levitte2021-04-021-0/+5