aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/encode_decode
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Check for NULL cleanup function before using it in encoder_processNeil Horman2024-02-161-0/+5
* ossl_decoder_cache_flush(): Do not raise an error if there is no cacheTomas Mraz2023-12-061-3/+2
* Copyright year updatesMatt Caswell2023-09-076-6/+6
* Fix a leak in ossl_encode_ctx_setup_for_pkeyMatt Caswell2023-08-231-1/+3
* Fix a leak in an error path when duplicating an OSSL_DECODER_CTX.Matt Caswell2023-08-171-0/+1
* Fix decoders so that they use the passed in propq.slontis2023-08-161-1/+10
* Fix a leak in an error path in OSSL_DECODER_CTX_new_for_pkey()Matt Caswell2023-08-151-2/+8
* Remove include/internal/decoder.h, as it's superfluousRichard Levitte2023-08-151-1/+0
* When exporting/importing decoded keys do not use 0 as selectionTomas Mraz2023-08-041-1/+5
* Always add a suitable error if we fail to decodeMatt Caswell2023-08-011-2/+3
* Optimise PKEY decodersMatt Caswell2023-07-172-22/+404
* encoder: update to structure based atomicsPauli2023-07-013-15/+8
* 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