aboutsummaryrefslogtreecommitdiffstats
path: root/providers/implementations/storemgmt/file_store.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Optimise PKEY decodersMatt Caswell2023-07-171-3/+1
* Cast the argument to unsigned char when calling isdigit()Michael Baentsch2023-06-061-3/+3
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-6/+4
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-3/+2
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix deref after nullABautkin2021-12-201-1/+1
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+0
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-10/+11
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-6/+4
* OSSL_STORE 'file:' scheme: Set input structure for certificates and CRLsRichard Levitte2021-09-051-0/+25
* PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte2021-07-031-27/+25
* PROV & STORE: Don't decode keys in the 'file:' store loaderRichard Levitte2021-07-031-31/+6
* Fix file_name_check() in storemgmt/file_store.c and e_loader_attic.cDr. David von Oheimb2021-06-251-4/+5
* store: Avoid spurious error from decoding at EOFTomas Mraz2021-06-101-1/+11
* Make sure to include "crypto/ctype.h" to get ossl_isdigit()Richard Levitte2021-05-191-0/+1
* Make the -inform option to be respected if possibleTomas Mraz2021-05-061-13/+20
* STORE: Use the 'expect' param to limit the amount of decoders usedRichard Levitte2021-04-301-4/+10
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-021-2/+2
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-1/+1
* update set_ctx_param store management calls to return 1 for a NULL paramsPauli2021-03-121-0/+3
* Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis2021-03-111-159/+11
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-171-5/+5
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-111-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1Dr. David von Oheimb2021-01-131-1/+6
* Avoid duplicate ends_with_dirsep functionsTomas Mraz2020-11-111-15/+2
* Unexport internal MSBLOB and PVK functionsRichard Levitte2020-10-211-1/+1
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* DECODER: Allow precise result type for OSSL_DECODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-10-041-1/+2
* der: _ossl prefix DER functionsPauli2020-10-011-1/+2
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-1/+1
* prov: prefix all OSSL_DISPATCH tables names with ossl_Pauli2020-09-291-1/+1
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-031-0/+920