summaryrefslogtreecommitdiffstats
path: root/providers/implementations/storemgmt (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-111-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-101-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