CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/09/03 23:33:34
Modified files:
usr.bin/ssh : ssh-keygen.c ssh-keyscan.c sshkey.c sshkey.h
Log message:
be more strict in parsing key type names. Only allow shortnames (e.g
"rsa") in user-interface code and require full SSH protocol names (e.g.
"ssh-rsa") everywhere else.
Prompted by bz3725; ok markus@
