Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: b916940752e4de5922553b1cf482687dfc653f7a
      
https://github.com/openssl/openssl/commit/b916940752e4de5922553b1cf482687dfc653f7a
  Author: Tomas Mraz <to...@openssl.org>
  Date:   2024-07-16 (Tue, 16 Jul 2024)

  Changed paths:
    M crypto/ec/ec_key.c

  Log Message:
  -----------
  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 <nhor...@openssl.org>
Reviewed-by: Paul Dale <ppz...@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/24816)



To unsubscribe from these emails, change your notification settings at 
https://github.com/openssl/openssl/settings/notifications

Reply via email to