openssl/crypto/ec
Tomas Mraz b916940752 Optimization of ossl_ec_key_public_check()
We can do just the quick check if cofactor == 1 as the
fact that the point is on the curve already implies
that order * point = infinity.

Fixes #21833

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24816)
2024-07-16 15:36:46 +02:00
..
asm Unable to run asm code on OpenBSD (amd64) 2024-04-17 09:38:06 +02:00
curve448 Copyright year updates 2024-04-09 13:43:26 +02:00
build.info Fix a few incorrect paths in some build.info files 2024-02-02 14:12:49 +01:00
curve25519.c Copyright year updates 2023-09-07 09:59:15 +01:00
ec2_oct.c
ec2_smpl.c
ec_ameth.c
ec_asn1.c
ec_backend.c
ec_check.c
ec_curve.c Allow group methods to customize initialization for speed 2024-06-05 11:11:52 +02:00
ec_cvt.c
ec_deprecated.c
ec_err.c Fix potential infinite loops in ECDSA signing. 2023-03-01 09:20:49 +11:00
ec_key.c Optimization of ossl_ec_key_public_check() 2024-07-16 15:36:46 +02:00
ec_kmeth.c Copyright year updates 2023-09-07 09:59:15 +01:00
ec_lib.c fips: zeroization of public security parameters (PSPs) 2024-05-13 11:14:11 +02:00
ec_local.h Allow group methods to customize initialization for speed 2024-06-05 11:11:52 +02:00
ec_mult.c Copyright year updates 2023-09-07 09:59:15 +01:00
ec_oct.c
ec_pmeth.c
ec_print.c
ecdh_kdf.c
ecdh_ossl.c
ecdsa_ossl.c Check EC_GROUP_get0_order result before dereference 2024-07-01 10:03:38 +02:00
ecdsa_sign.c
ecdsa_vrf.c
eck_prn.c
ecp_mont.c
ecp_nist.c
ecp_nistp224.c Copyright year updates 2023-09-07 09:59:15 +01:00
ecp_nistp256.c Copyright year updates 2023-09-07 09:59:15 +01:00
ecp_nistp384.c ecc: Remove extraneous parentheses in secp384r1 2023-09-01 10:06:54 +01:00
ecp_nistp521.c Copyright year updates 2023-09-07 09:59:15 +01:00
ecp_nistputil.c
ecp_nistz256_table.c
ecp_nistz256.c Allow group methods to customize initialization for speed 2024-06-05 11:11:52 +02:00
ecp_oct.c
ecp_ppc.c
ecp_s390x_nistp.c Copyright year updates 2023-09-28 14:23:29 +01:00
ecp_sm2p256_table.c Optimize SM2 on aarch64 2023-08-24 14:57:35 +02:00
ecp_sm2p256.c Fix declspec align syntax 2023-12-19 13:57:32 +01:00
ecp_smpl.c
ecx_backend.c Copyright year updates 2024-04-09 13:43:26 +02:00
ecx_backend.h
ecx_key.c Copyright year updates 2023-09-07 09:59:15 +01:00
ecx_meth.c Copyright year updates 2023-09-07 09:59:15 +01:00
ecx_s390x.c