summaryrefslogtreecommitdiffstats
path: root/crypto/encode_decode (follow)
Commit message (Expand)AuthorAgeFilesLines
* DECODER & ENCODER: Add better tracingRichard Levitte2021-06-093-16/+71
* DECODER: Adapt addition of extra decoder implementationsRichard Levitte2021-06-094-69/+114
* ENCODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-053-27/+51
* ENCODER: Drop OSSL_ENCODER_PARAM_INPUT_TYPERichard Levitte2021-06-052-21/+11
* DECODER: use property definitions instead of getting implementation parametersRichard Levitte2021-06-053-22/+52
* libcrypto: make XXX_get_number() internalPauli2021-06-022-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-016-24/+24
* Special case SM2 when decodingMatt Caswell2021-05-311-1/+12
* OSSL_DECODER_from_bio: Report an unsupported error when there is noneTomas Mraz2021-05-261-2/+3
* err: rename err_load_xxx_strings_int functionsPauli2021-05-262-2/+2
* Don't try the same decoder multiple timesMatt Caswell2021-05-241-26/+42
* Better error messages if there are no encoders/decoders/store loadersMatt Caswell2021-05-183-0/+18
* encoder: add a _name() function for encoders and decodersPauli2021-05-123-0/+21
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-112-0/+2
* Fix NULL dereference when ENCODER does not implement IMPORT_OBJECTPetr Gotthard2021-05-061-3/+7
* OSSL_DECODER_from_bio() Prevent spurious decoding error at EOFDr. David von Oheimb2021-05-041-4/+5
* Fix typo in OSSL_DECODER_CTX_set_input_structureDaniel Bevenius2021-04-301-2/+2
* ENCODER & DECODER: Allow decoder implementations to specify "carry on"Richard Levitte2021-04-212-24/+69
* Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_nameTomas Mraz2021-04-151-1/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte2021-04-022-0/+10
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-023-10/+13
* Add "save-parameters" encoder parameterTomas Mraz2021-04-011-0/+8
* encoder: fix coverity 1473235: null dereferencePauli2021-03-251-1/+1
* decoder: fix Coverity 1473236 & 1473386: resource leaksPauli2021-03-201-0/+5
* decoder_process: data_structure can be NULLTomas Mraz2021-03-161-1/+1
* Update copyright yearMatt Caswell2021-03-112-2/+2
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-112-3/+15
* Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis2021-03-101-0/+11
* OSSL_STORE: restore diagnostics on decrypt error; provide password hintsDr. David von Oheimb2021-03-041-7/+10
* crypto: rename error flags in internal structuresTobias Nießen2021-03-044-25/+25
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-243-12/+20
* DECODER: Add better tracing of the chain walking processRichard Levitte2021-02-201-6/+75
* DECODER: Use the data structure from the last decoder to select the nextRichard Levitte2021-02-201-8/+50
* Update copyright yearMatt Caswell2021-02-182-2/+2
* Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz2021-02-172-39/+39
* Update copyright yearRichard Levitte2021-01-282-2/+2
* Use centralized fetching errorsRichard Levitte2021-01-122-6/+90
* DECODER EVP_PKEY: Don't store all the EVP_KEYMGMTsRichard Levitte2020-12-171-134/+100
* ENCODER: Don't pass libctx to OSSL_ENCODER_CTX_new_by_EVP_PKEY()Richard Levitte2020-12-021-4/+26
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-242-3/+5
* Fix double-free in decoder_pkey.cPetr Gotthard2020-11-241-1/+1
* ENCODER: Add tracingRichard Levitte2020-11-112-6/+83
* ENCODER: Add output structure support for EVP_PKEY encodingRichard Levitte2020-11-112-205/+280
* ENCODER: Add support for OSSL_FUNC_encoder_does_selection()Richard Levitte2020-11-112-0/+6
* ENCODER: Add support for specifying the outermost output structureRichard Levitte2020-11-112-21/+64
* DECODER: Add tracingRichard Levitte2020-11-112-2/+38
* DECODER: Add input structure support for EVP_PKEY decodingRichard Levitte2020-11-111-4/+60
* DECODER: Add support for OSSL_FUNC_decoder_does_selection()Richard Levitte2020-11-112-0/+6
* DECODER: Add support for specifying the outermost input structureRichard Levitte2020-11-112-5/+75