summaryrefslogtreecommitdiff
path: root/providers/implementations/storemgmt
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-053-11/+9
* Add support for loading root CAs from Windows crypto APIHugo Landau2022-09-142-0/+330
* 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
* Update copyright yearMatt Caswell2021-07-291-1/+1
* PROV & STORE: Make the 'file:' store loader understand more binary formatsRichard Levitte2021-07-035-138/+288
* 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
* PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte2021-06-051-27/+1
* Make sure to include "crypto/ctype.h" to get ossl_isdigit()Richard Levitte2021-05-191-0/+1
* Drop libimplementations.aRichard Levitte2021-05-071-1/+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
* STORE: Simplify error filtering in der2obj_decode()Richard Levitte2021-04-231-18/+6
* Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte2021-04-211-7/+14
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-022-3/+3
* STORE: Use the same error avoidance criteria as for the DER->key decoderRichard Levitte2021-03-191-1/+3
* Fix misc external ossl_ symbols.Shane Lontis2021-03-182-2/+2
* update set_ctx_param store management calls to return 1 for a NULL paramsPauli2021-03-121-0/+3
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-111-1/+5
* 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
* PROV: Re-implement all the keypair decodersRichard Levitte2020-11-111-1/+1
* 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-013-3/+4
* 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
* Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb2020-09-241-1/+16
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-034-0/+1056