CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/06 21:11:59
Modified files:
usr.bin/ssh : sshkey.c
Log message:
Remove some unnecessary checks in sshkey_ec_validate_public()
Checking nQ == infinity is not needed for cofactor 1 curves.
Checking x and y coordinates against order is not needed either.
patch from Szilárd Pfeiffer, with further refinement by tb@
ok tb@
