aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/store/store_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Adding missing NULL pointer checkafshinpir2024-04-151-2/+3
* Add OPENSSL_free to avoid mem leakJiasheng Jiang2024-04-011-1/+3
* store/store_lib.c: Add the checks for the EVP_MD_CTX_get_size()Jiasheng Jiang2024-04-011-2/+7
* Copyright year updatesMatt Caswell2023-09-281-1/+1
* Allow to pass a passprase callback at store openSimo Sorce2023-09-191-12/+26
* Store: API for deletionDmitry Belyavskiy2023-09-151-0/+47
* Remove repeated wordsDimitri Papadopoulos2023-09-111-1/+1
* OSSL_STORE: Fix error flag clearing and setting (provider path only)Richard Levitte2023-09-081-2/+2
* 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-051-38/+16
* Fix Coverity 1503329 use after freePauli2022-05-061-0/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* OSSL_STORE_open_ex(): Prevent spurious error: unregistered scheme=fileDr. David von Oheimb2022-01-071-0/+4
* 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
* Defined out MUTEX attributes not available on NonStop SPT Threads.Randall S. Becker2021-07-021-1/+1
* OSSL_STORE: Fix crash when tracing STORERichard Levitte2021-06-291-5/+6
* STORE: Fix OSSL_STORE_open_ex() error reportingRichard Levitte2021-06-201-8/+16
* STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte2021-06-111-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-6/+7
* Better error messages if there are no encoders/decoders/store loadersMatt Caswell2021-05-181-1/+6
* 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
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-111-2/+5
* Fix OSSL_PARAM creation in OSSL_STORE_open_exPetr Gotthard2020-12-191-6/+5
* STORE: clear err after ossl_store_get0_loader_intDaniel Bevenius2020-12-081-1/+14
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-10/+9
* Fix coverity issue: CID 1466482 - Resource leak in OSSL_STORE_SEARCH_by_key_f...Shane Lontis2020-09-121-0/+1
* Fix coverity issue: CID 1466485 - Explicit NULL dereference in OSSL_STORE_find()Shane Lontis2020-09-121-0/+4
* Fix coverity issue: CID 1466486 - Resource leak in OSSL_STOREShane Lontis2020-09-121-0/+1
* STORE: Fix OSSL_STORE_attach() to check |ui_method| before useRichard Levitte2020-09-101-5/+7
* STORE: Fix potential memory leakRichard Levitte2020-09-031-0/+1
* STORE: Deprecate legacy / ENGINE functionsRichard Levitte2020-09-031-0/+21
* STORE: Move the built-in 'file:' loader to become an engine moduleRichard Levitte2020-09-031-49/+14
* STORE: Change all error recording to use ERR_raise() / ERR_raise_data()Richard Levitte2020-08-241-59/+32
* STORE: Modify to support loading with provider based loadersRichard Levitte2020-08-241-61/+356
* STORE: Distinguish public keys from private keysRichard Levitte2020-08-201-1/+30
* Add X509 related libctx changes.Shane Lontis2020-07-241-11/+21
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-0/+2
* OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte2020-05-131-29/+15
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Teach the OSSL_STORE code about libctxMatt Caswell2020-04-151-2/+4