summaryrefslogtreecommitdiff
path: root/crypto/encode_decode
Commit message (Expand)AuthorAgeFilesLines
* Coverity 1515953: negative loop boundPauli2022-10-141-2/+3
* Improve performance of the encoder collectionslontis2022-10-131-29/+51
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-056-35/+26
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-202-0/+48
* Check return value of ossl_parse_property()Tomas Mraz2022-06-062-4/+10
* Fix inadvertent NULL assignments in ternary opsClemens Lang2022-06-052-2/+2
* Fix another decoder mem leak on an error pathMatt Caswell2022-06-021-2/+3
* Fix a decoder mem leak on an error pathMatt Caswell2022-06-021-4/+4
* Remove the _fetch_by_number functionsPauli2022-05-062-60/+12
* Add method store cache flush and method removal to non-EVP operationsRichard Levitte2022-05-052-0/+38
* Update copyright yearMatt Caswell2022-05-037-7/+7
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-224-11/+10
* 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