CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/07 18:01:52
Modified files:
usr.bin/ssh : sshkey.c
Log message:
refactor private key parsing a little
Split out the base64 decoding and private section decryption steps in
to separate functions. This will make the decryption step easier to fuzz
as well as making it easier to write a "load public key from new-format
private key" function.
ok markus@
