]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/store/store_lib.c
str[n]casecmp => OPENSSL_strncasecmp
[thirdparty/openssl.git] / crypto / store / store_lib.c
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05  Richard LevitteMove e_os.h to include/internal
2022-01-07  Dr. David von OheimbOSSL_STORE_open_ex(): Prevent spurious error: unregiste...
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-10-28  x2018fix some code with obvious wrong coding style
2021-07-02  Randall S. BeckerDefined out MUTEX attributes not available on NonStop...
2021-06-29  Richard LevitteOSSL_STORE: Fix crash when tracing STORE
2021-06-20  Richard LevitteSTORE: Fix OSSL_STORE_open_ex() error reporting
2021-06-11  Richard LevitteSTORE: Make OSSL_STORE_LOADER_fetch() consistent with...
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-18  Matt CaswellBetter error messages if there are no encoders/decoders...
2021-05-06  Tomas MrazMake the -inform option to be respected if possible
2021-05-04  Dr. David von OheimbBIO_eof() and OSSL_STORE_eof(): Make sure to return...
2021-05-04  Dr. David von OheimbOSSL_STORE_expect(): Improve error handling and documen...
2021-04-30  Richard LevitteSTORE: Fix the repeated prompting of passphrase
2021-04-12  Shane LontisReplace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_fr...
2021-03-11  Matt CaswellUpdate copyright year
2021-03-10  PauliAdd a real type for OSSL_CORE_BIO which is distinct...
2020-12-19  Petr GotthardFix OSSL_PARAM creation in OSSL_STORE_open_ex
2020-12-08  Daniel BeveniusSTORE: clear err after ossl_store_get0_loader_int
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-12  Shane LontisFix coverity issue: CID 1466482 - Resource leak in...
2020-09-12  Shane LontisFix coverity issue: CID 1466485 - Explicit NULL derefer...
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