]> git.ipfire.org Git - thirdparty/openssl.git/history - providers/implementations/storemgmt/file_store.c
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
[thirdparty/openssl.git] / providers / implementations / storemgmt / file_store.c
2023-04-21  Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-05-03  Matt CaswellUpdate copyright year
2022-04-22  Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-02-05  Richard LevitteMove e_os.h to include/internal
2021-12-19  ABautkinFix deref after null
2021-11-17  Dr. David von OheimbMove more general parts of internal/cryptlib.h to new...
2021-11-17  Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17  Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-09-05  Richard LevitteOSSL_STORE 'file:' scheme: Set input structure for...
2021-07-03  Richard LevittePROV & STORE: Make the 'file:' store loader understand...
2021-07-03  Richard LevittePROV & STORE: Don't decode keys in the 'file:' store...
2021-06-25  Dr. David von OheimbFix file_name_check() in storemgmt/file_store.c and...
2021-06-10  Tomas Mrazstore: Avoid spurious error from decoding at EOF
2021-05-19  Richard LevitteMake sure to include "crypto/ctype.h" to get ossl_isdigit()
2021-05-06  Tomas MrazMake the -inform option to be respected if possible
2021-04-30  Richard LevitteSTORE: Use the 'expect' param to limit the amount of...
2021-04-02  Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-18  Shane LontisFix misc external ossl_ symbols.
2021-03-11  Pauliupdate set_ctx_param store management calls to return...
2021-03-10  Shane LontisUse BIO_f_readbuffer() in the decoder to support stdin.
2021-02-17  Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-11  Tomas MrazMove the PROV_R reason codes to a public header
2021-01-28  Richard LevitteUpdate copyright year
2021-01-13  Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2020-11-11  Tomas MrazAvoid duplicate ends_with_dirsep functions
2020-10-21  Richard LevitteUnexport internal MSBLOB and PVK functions
2020-10-15  Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-04  Richard LevitteDECODER: Allow precise result type for OSSL_DECODER_CTX...
2020-10-01  Paulider: _ossl prefix DER functions
2020-09-29  Pauliprov: prefix provider internal functions with ossl_
2020-09-29  Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-03  Richard LevitteSTORE: Add a built-in 'file:' storemgmt implementation...