commit | 3e19295c3a253c8dc8660cf45baad7f45fccb969 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Sun Dec 29 17:47:50 2013 +1100 |
committer | Damien Miller <djm@mindrot.org> | Sun Dec 29 17:47:50 2013 +1100 |
tree | e4c9f61c8391f3bce679cfa60f24c7c1c014cc02 | |
parent | 137977180be6254639e2c90245763e6965f8d815 [diff] |
- djm@cvs.openbsd.org 2013/12/27 22:30:17 [ssh-dss.c ssh-ecdsa.c ssh-rsa.c] make the original RSA and DSA signing/verification code look more like the ECDSA/Ed25519 ones: use key_type_plain() when checking the key type rather than tediously listing all variants, use __func__ for debug/ error messages