From 3e19295c3a253c8dc8660cf45baad7f45fccb969 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 29 Dec 2013 17:47:50 +1100 Subject: - 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 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f3a72291b..442dec3e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,12 @@ - tedu@cvs.openbsd.org 2013/12/21 07:10:47 [ssh-keygen.1] small typo + - 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 20131221 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. -- cgit v1.2.3