CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/11 04:16:11
Modified files:
usr.bin/ssh : sshkey.c
Log message:
Refactor private key parsing. Eliminates a fair bit of duplicated
code and fixes oss-fuzz#20074 (NULL deref) caused by a missing
key type check in the ECDSA_CERT parsing path.
feedback and ok markus@
