summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 442dec3e9..fe048ae51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,6 +40,9 @@
40 the ECDSA/Ed25519 ones: use key_type_plain() when checking the key type 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/ 41 rather than tediously listing all variants, use __func__ for debug/
42 error messages 42 error messages
43 - djm@cvs.openbsd.org 2013/12/27 22:37:18
44 [ssh-rsa.c]
45 correct comment
43 46
4420131221 4720131221
45 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. 48 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types.