summaryrefslogtreecommitdiff
path: root/crypto/encode_decode
Commit message (Expand)AuthorAgeFilesLines
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-012-42/+4
* Fix Coverity 1503218: negative loop boundPauli2022-03-261-1/+1
* Decoder resolution performance optimizationsHugo Landau2022-03-234-143/+222
* check the return of OPENSSL_sk_new_nullxkernel2022-03-101-0/+5
* fetch: convert a NULL property query to ""Pauli2022-02-282-6/+8
* Move e_os.h to include/internalRichard Levitte2022-02-054-4/+4
* Fix Decoder, Encoder and Store loader fetchingMatt Caswell2022-01-122-4/+6
* Fix typosDimitris Apostolou2022-01-051-1/+1
* CORE: Encure that cached fetches can be done per providerRichard Levitte2021-10-272-8/+10
* CORE: add a provider argument to ossl_method_construct()Richard Levitte2021-10-272-2/+2
* cmp_vfy.c, encoder_lib.c: Fix potential leak of a BIOTomas Mraz2021-10-121-2/+5
* DECODER: check the first decoded structure name against user given structureRichard Levitte2021-09-052-35/+23
* Coverity #1486687: fix potential dereference of NULL keymgmtTomas Mraz2021-07-051-3/+3
* DECODER & ENCODER: Make sure to pass around the original selection bitsRichard Levitte2021-06-291-1/+3
* ENCODER & DECODER: Make a tighter coupling between en/decoders and keymgmtRichard Levitte2021-06-292-15/+60
* ENCODER & DECODER: Allow en/decoders to have multiple namesRichard Levitte2021-06-262-6/+58
* OSSL_DECODER_from_bio: Avoid spurious decoder errorTomas Mraz2021-06-241-2/+5
* Update copyright yearMatt Caswell2021-06-171-1/+1
* CORE: Do a bit of cleanup of core fetchingRichard Levitte2021-06-162-24/+20
* Clean up the encoder/decoder/loader stores before providersMatt Caswell2021-06-162-2/+4
* DECODER & ENCODER: Add better tracingRichard Levitte2021-06-151-0/+44
* Refactor OSSL_ENCODER_do_all_provided() to behave like OSSL_ENCODER_fetch()Richard Levitte2021-06-151-33/+22
* Refactor OSSL_DECODER_do_all_provided() to behave like OSSL_DECODER_fetch()Richard Levitte2021-06-151-33/+28
* CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte2021-06-152-46/+80
* Add missing NULL check in OSSL_DECODER_from_bio().Shane Lontis2021-06-151-0/+5
* Avoid excessive OSSL_DECODER_do_all_provided callsMatt Caswell2021-06-141-3/+26
* 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-261-1/+1