Fix coverity issue: CID 1466486 - Resource leak in OSSL_STORE
[openssl.git] / crypto / store / store_lib.c
2020-09-12 Shane LontisFix coverity issue: CID 1466486 - Resource leak in...
2020-09-10 Richard LevitteSTORE: Fix OSSL_STORE_attach() to check |ui_method...
2020-09-03 Richard LevitteSTORE: Fix potential memory leak
2020-09-03 Richard LevitteSTORE: Deprecate legacy / ENGINE functions
2020-09-03 Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-08-24 Richard LevitteSTORE: Change all error recording to use ERR_raise...
2020-08-24 Richard LevitteSTORE: Modify to support loading with provider based...
2020-08-20 Richard LevitteSTORE: Distinguish public keys from private keys
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-05-13 Richard LevitteOSSL_STORE: Make it possible to attach an OSSL_STORE...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Matt CaswellTeach the OSSL_STORE code about libctx
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2019-11-03 Richard LevitteOSSL_STORE: add tracing
2019-11-03 Richard LevitteOSSL_STORE: constify the criterion parameter a bit...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-07-01 Antoine CœurFix Typos
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-02-23 Richard LevitteSTORE: Add the possibility to search for specific infor...
2018-02-23 Richard LevitteSTORE: Add the possibility to specify an expected info...
2018-02-23 Richard LevitteSTORE: In preparation for coming work, mark when loadin...
2018-02-14 Richard LevitteOSSL_STORE: Add OSSL_STORE_vctrl()
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-15 Richard LevitteClear error stack on successful OSSL_STORE_open()
2017-07-27 Benjamin KadukFixups for STORE commit
2017-07-15 Richard LevitteOSSL_STORE: Treat URIs as files first (with exceptions...
2017-07-03 Richard LevitteMake sure OSSL_STORE_load() isn't caught in an endless...
2017-06-29 Richard LevitteAdd internal functions to fetch PEM data from an opened BIO
2017-06-29 Richard LevitteSTORE: Add a OSSL_STORE_INFO type to help support file...
2017-06-29 Richard LevitteAdd the STORE module