summaryrefslogtreecommitdiffstats
path: root/providers/implementations/storemgmt
AgeCommit message (Expand)Author
2023-08-01Copyright year updatesMatt Caswell
2023-06-06Cast the argument to unsigned char when calling isdigit()Michael Baentsch
2022-05-03Update copyright yearMatt Caswell
2022-04-21str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2021-12-20Fix deref after nullABautkin
2021-09-05OSSL_STORE 'file:' scheme: Set input structure for certificates and CRLsRichard Levitte
2021-07-29Update copyright yearMatt Caswell
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-06-05PROV: drop get_params() and gettable_params() from all decoder implementationsRichard Levitte
2021-05-19Make sure to include "crypto/ctype.h" to get ossl_isdigit()Richard Levitte
2021-05-07Drop libimplementations.aRichard 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-23STORE: Simplify error filtering in der2obj_decode()Richard Levitte
2021-04-21Adapt our decoder implementations to the new way to indicate succes / failureRichard Levitte
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-03-19STORE: Use the same error avoidance criteria as for the DER->key decoderRichard 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-11Update copyright yearMatt Caswell
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli
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-11-11PROV: Re-implement all the keypair decodersRichard Levitte
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-24Prune low-level ASN.1 parse errors from error queue in decoder_process()Dr. David von Oheimb
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-03STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte