openssl/crypto/ec
Neil Horman bdce042649 Fix memory leak in ecdsa_keygen_knownanswer_test
We allocate an EC_POINT with EC_POINT_new here, but in failing a
subsequent check, we don't free it, correct that.

Fixes #26779

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/26799)

(cherry picked from commit 20a2f3beba)
2025-02-19 09:40:03 -05:00
..
asm Update copyright year 2023-03-14 12:49:46 +00:00
curve448 Copyright year updates 2024-06-04 16:18:59 +02:00
build.info Fix a few incorrect paths in some build.info files 2024-02-02 14:08:43 +01:00
curve25519.c Update copyright year 2022-12-01 12:47:05 +01:00
ec2_oct.c Update copyright year 2022-12-01 12:47:05 +01:00
ec2_smpl.c Update copyright year 2022-12-01 12:47:05 +01:00
ec_ameth.c Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMPRESSED 2022-11-29 16:01:17 +01:00
ec_asn1.c Fix NULL ptr dereference on EC_POINT *point 2024-09-26 10:05:22 +02:00
ec_backend.c Remove double engine reference in ossl_ec_key_dup() 2024-09-26 10:27:19 +02:00
ec_check.c Update copyright year 2021-03-11 13:27:36 +00:00
ec_curve.c [ec] Do not default to OPENSSL_EC_NAMED_CURVE for curves without OID 2021-08-30 15:18:19 +03:00
ec_cvt.c Update copyright year 2021-03-11 13:27:36 +00:00
ec_deprecated.c Update copyright year 2021-12-14 14:41:27 +00:00
ec_err.c Fix potential infinite loops in ECDSA signing. 2023-03-01 09:35:20 +11:00
ec_key.c Fix memory leak in ecdsa_keygen_knownanswer_test 2025-02-19 09:40:03 -05:00
ec_kmeth.c fips module header inclusion fine-tunning 2021-07-06 10:52:27 +10:00
ec_lib.c Copyright year updates 2025-02-11 14:40:50 +00:00
ec_local.h ec: Fail build on big-endian with enable-ec_nistp_64_gcc_128 2021-06-22 18:27:29 +10:00
ec_mult.c ec: remove TODOs 2021-06-02 16:30:15 +10:00
ec_oct.c Fix NULL ptr dereference on EC_POINT *point 2024-09-26 10:05:22 +02:00
ec_pmeth.c Update our EVP_PKEY_METHODs to get low level keys via public APIs 2021-07-22 13:52:46 +02:00
ec_print.c EC_POINT_hex2point: forget to free pt 2021-12-16 12:42:16 +01:00
ecdh_kdf.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00
ecdh_ossl.c Update copyright year 2021-03-11 13:27:36 +00:00
ecdsa_ossl.c Check EC_GROUP_get0_order result before dereference 2024-07-01 10:04:27 +02:00
ecdsa_sign.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
ecdsa_vrf.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
eck_prn.c Update copyright year 2021-01-28 13:54:57 +01:00
ecp_mont.c Update copyright year 2022-12-01 12:47:05 +01:00
ecp_nist.c Update copyright year 2021-03-11 13:27:36 +00:00
ecp_nistp224.c Rework and make DEBUG macros consistent. 2021-05-28 10:04:31 +02:00
ecp_nistp256.c Rework and make DEBUG macros consistent. 2021-05-28 10:04:31 +02:00
ecp_nistp521.c Update copyright year 2022-12-01 12:47:05 +01:00
ecp_nistputil.c Update copyright year 2021-03-11 13:27:36 +00:00
ecp_nistz256.c Update copyright year 2022-05-03 13:36:42 +01:00
ecp_nistz256_table.c Following the license change, modify the boilerplates in crypto/ec/ 2018-12-06 14:51:47 +01:00
ecp_oct.c Replace some of the ERR_clear_error() calls with mark calls 2021-05-13 19:26:06 +02:00
ecp_ppc.c ppccap.c: Split out algorithm-specific functions 2021-06-25 08:49:45 +01:00
ecp_s390x_nistp.c Update copyright year 2022-03-15 13:52:58 +00:00
ecp_smpl.c nit: fix some pointer comparisons 2022-11-23 18:21:53 +01:00
ecx_backend.c Copyright year updates 2024-01-30 13:20:46 +00:00
ecx_backend.h Fix the KEYNID2TYPE macro 2020-05-04 09:30:55 +01:00
ecx_key.c Do not allow creating empty RSA keys by duplication 2021-04-15 09:23:18 +02:00
ecx_meth.c Update copyright year 2023-05-30 14:11:01 +02:00
ecx_s390x.c Update copyright year 2020-04-23 13:55:52 +01:00