summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-29 17:47:50 +1100
committerDamien Miller <djm@mindrot.org>2013-12-29 17:47:50 +1100
commit3e19295c3a253c8dc8660cf45baad7f45fccb969 (patch)
treee4c9f61c8391f3bce679cfa60f24c7c1c014cc02 /ChangeLog
parent137977180be6254639e2c90245763e6965f8d815 (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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f3a72291b..442dec3e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,12 @@
34 - tedu@cvs.openbsd.org 2013/12/21 07:10:47 34 - tedu@cvs.openbsd.org 2013/12/21 07:10:47
35 [ssh-keygen.1] 35 [ssh-keygen.1]
36 small typo 36 small typo
37 - djm@cvs.openbsd.org 2013/12/27 22:30:17
38 [ssh-dss.c ssh-ecdsa.c ssh-rsa.c]
39 make the original RSA and DSA signing/verification code look more like
40 the ECDSA/Ed25519 ones: use key_type_plain() when checking the key type
41 rather than tediously listing all variants, use __func__ for debug/
42 error messages
37 43
3820131221 4420131221
39 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. 45 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types.