CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/08 23:24:47
Modified files:
lib/libcrypto/ecdh: ecdh.c
Log message:
ecdh: add error codes for point at infinity/not on curve
The point at infinity would previously raise EC_R_POINT_AT_INFINITY via
EC_POINT_get_affine_coordinates(). For consistency, also raise an error
for off-curve points.
pointed out by/ok kenjiro
