CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2023/07/24 11:08:53

Modified files:
        lib/libcrypto/ecdh: ecdh.c 
        lib/libcrypto/gost: gostr341001_key.c 

Log message:
Fix two EC_POINT_is_on_curve() checks

This API can fail for various reasons, in which case it returns -1, so
you need to check if (EC_POINT_is_on_curve_checks(...) <= 0).

ok miod

Reply via email to