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 40befaa78..3e85c79f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,6 +57,9 @@
57 to make sure we don't omit any key types as valid CA keys again, 57 to make sure we don't omit any key types as valid CA keys again,
58 factor the valid key type check into a key_type_is_valid_ca() 58 factor the valid key type check into a key_type_is_valid_ca()
59 function 59 function
60 - djm@cvs.openbsd.org 2013/12/29 04:29:25
61 [authfd.c]
62 allow deletion of ed25519 keys from the agent
60 63
6120131221 6420131221
62 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. 65 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types.