summaryrefslogtreecommitdiffstats
path: root/providers/implementations/storemgmt/file_store.c
AgeCommit message (Expand)Author
2021-11-17Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb
2021-11-17Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb
2021-09-05OSSL_STORE 'file:' scheme: Set input structure for certificates and CRLsRichard Levitte
2021-07-03PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte
2021-07-03PROV & STORE: Don't decode keys in the 'file:' store loaderRichard Levitte
2021-06-25Fix file_name_check() in storemgmt/file_store.c and e_loader_attic.cDr. David von Oheimb
2021-06-10store: Avoid spurious error from decoding at EOFTomas Mraz
2021-05-19Make sure to include "crypto/ctype.h" to get ossl_isdigit()Richard Levitte
2021-05-06Make the -inform option to be respected if possibleTomas Mraz
2021-04-30STORE: Use the 'expect' param to limit the amount of decoders usedRichard Levitte
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-12update set_ctx_param store management calls to return 1 for a NULL paramsPauli
2021-03-11Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-01-28Update copyright yearRichard Levitte
2021-01-13Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb
2020-11-11Avoid duplicate ends_with_dirsep functionsTomas Mraz
2020-10-21Unexport internal MSBLOB and PVK functionsRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-04DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte
2020-10-01der: _ossl prefix DER functionsPauli
2020-09-29prov: prefix provider internal functions with ossl_Pauli
2020-09-29prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-03STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte