summaryrefslogtreecommitdiffstats
path: root/crypto/encode_decode
AgeCommit message (Expand)Author
2021-10-27CORE: Encure that cached fetches can be done per providerRichard Levitte
2021-10-27CORE: add a provider argument to ossl_method_construct()Richard Levitte
2021-10-12cmp_vfy.c, encoder_lib.c: Fix potential leak of a BIOTomas Mraz
2021-09-05DECODER: check the first decoded structure name against user given structureRichard Levitte
2021-07-05Coverity #1486687: fix potential dereference of NULL keymgmtTomas Mraz
2021-06-29DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte
2021-06-29ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte
2021-06-26ENCODER & DECODER: Allow en/decoders to have multiple namesRichard Levitte
2021-06-24OSSL_DECODER_from_bio: Avoid spurious decoder errorTomas Mraz
2021-06-17Update copyright yearMatt Caswell
2021-06-16CORE: Do a bit of cleanup of core fetchingRichard Levitte
2021-06-16Clean up the encoder/decoder/loader stores before providersMatt Caswell
2021-06-15DECODER & ENCODER: Add better tracingRichard Levitte
2021-06-15Refactor OSSL_ENCODER_do_all_provided() to behave like OSSL_ENCODER_fetch()Richard Levitte
2021-06-15Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()Richard Levitte
2021-06-15CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte
2021-06-15Add missing NULL check in OSSL_DECODER_from_bio().Shane Lontis
2021-06-14Avoid excessive OSSL_DECODER_do_all_provided callsMatt Caswell
2021-06-09DECODER & ENCODER: Add better tracingRichard Levitte
2021-06-09DECODER: Adapt addition of extra decoder implementationsRichard Levitte
2021-06-05ENCODER: use property definitions instead of getting implementation parametersRichard Levitte
2021-06-05ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte
2021-06-05DECODER: use property definitions instead of getting implementation parametersRichard Levitte
2021-06-02libcrypto: make XXX_get_number() internalPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-31Special case SM2 when decodingMatt Caswell
2021-05-26OSSL_DECODER_from_bio: Report an unsupported error when there is noneTomas Mraz
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-24Don't try the same decoder multiple timesMatt Caswell
2021-05-18Better error messages if there are no encoders/decoders/store loadersMatt Caswell
2021-05-12encoder: add a _name() function for encoders and decodersPauli
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-06Fix NULL dereference when ENCODER does not implement IMPORT_OBJECTPetr Gotthard
2021-05-04OSSL_DECODER_from_bio() Prevent spurious decoding error at EOFDr. David von Oheimb
2021-04-30Fix typo in OSSL_DECODER_CTX_set_input_structureDaniel Bevenius
2021-04-21ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte
2021-04-15Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz
2021-04-08Update copyright yearMatt Caswell
2021-04-02Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-04-01Add "save-parameters" encoder parameterTomas Mraz
2021-03-26encoder: fix coverity 1473235: null dereferencePauli
2021-03-20decoder: fix Coverity 1473236 & 1473386: resource leaksPauli
2021-03-16decoder_process: data_structure can be NULLTomas Mraz
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-03-04OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb
2021-03-04crypto: rename error flags in internal structuresTobias Nießen
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell