summaryrefslogtreecommitdiffstats
path: root/crypto/encode_decode
AgeCommit message (Expand)Author
2024-04-09Copyright year updatesRichard Levitte
2024-02-16Check for NULL cleanup function before using it in encoder_processNeil Horman
2023-12-06ossl_decoder_cache_flush(): Do not raise an error if there is no cacheTomas Mraz
2023-09-07Copyright year updatesMatt Caswell
2023-08-23Fix a leak in ossl_encode_ctx_setup_for_pkeyMatt Caswell
2023-08-17Fix a leak in an error path when duplicating an OSSL_DECODER_CTX.Matt Caswell
2023-08-16Fix decoders so that they use the passed in propq.slontis
2023-08-15Fix a leak in an error path in OSSL_DECODER_CTX_new_for_pkey()Matt Caswell
2023-08-15Remove include/internal/decoder.h, as it's superfluousRichard Levitte
2023-08-04When exporting/importing decoded keys do not use 0 as selectionTomas Mraz
2023-08-01Always add a suitable error if we fail to decodeMatt Caswell
2023-07-17Optimise PKEY decodersMatt Caswell
2023-07-01encoder: update to structure based atomicsPauli
2022-10-14Coverity 1515953: negative loop boundPauli
2022-10-13Improve performance of the encoder collectionslontis
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-06-06Check return value of ossl_parse_property()Tomas Mraz
2022-06-05Fix inadvertent NULL assignments in ternary opsClemens Lang
2022-06-02Fix another decoder mem leak on an error pathMatt Caswell
2022-06-02Fix a decoder mem leak on an error pathMatt Caswell
2022-05-06Remove the _fetch_by_number functionsPauli
2022-05-05Add method store cache flush and method removal to non-EVP operationsRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-03-26Fix Coverity 1503218: negative loop boundPauli
2022-03-23Decoder resolution performance optimizationsHugo Landau
2022-03-10check the return of OPENSSL_sk_new_nullxkernel
2022-02-28fetch: convert a NULL property query to ""Pauli
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-12Fix Decoder, Encoder and Store loader fetchingMatt Caswell
2022-01-05Fix typosDimitris Apostolou
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