]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/store/store_register.c
Update copyright year
[thirdparty/openssl.git] / crypto / store / store_register.c
2021-04-08  Matt CaswellUpdate copyright year
2021-03-14  Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-12  Tomas MrazUse OPENSSL_init_crypto(OPENSSL_INIT_BASE_ONLY, NULL...
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-08-24  Richard LevitteSTORE: Change all error recording to use ERR_raise...
2020-08-24  Richard LevitteSTORE: Add the base functions to support provider based...
2020-08-24  Richard LevitteSTORE: Add missing function OSSL_STORE_LOADER_set_open_...
2020-07-24  Shane LontisAdd X509 related libctx changes.
2020-05-15  Matt CaswellUpdate copyright year
2020-05-13  Richard LevitteOSSL_STORE: Make it possible to attach an OSSL_STORE...
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
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-13  Matt CaswellUpdate copyright year
2018-01-31  Benjamin KadukRevert the crypto "global lock" implementation
2017-08-31  Rich SalzAdd CRYPTO_thread_glock_new
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-07-27  Benjamin KadukFixups for STORE commit
2017-07-04  Richard LevitteSTORE: fix possible memory leak
2017-06-29  Richard LevitteSTORE: Make sure the loader to be registered is complete
2017-06-29  Richard LevitteSTORE: simplify store_loader_cmp()
2017-06-29  Richard LevitteSTORE: add ENGINE information to loaders
2017-06-29  Richard LevitteAdd the STORE module