summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-29 17:49:55 +1100
committerDamien Miller <djm@mindrot.org>2013-12-29 17:49:55 +1100
commitf72cdde6e6fabc51d2a62f4e75b8b926d9d7ee89 (patch)
tree4b8400f76ea5d54252b307d261d78a459dff6a35 /ChangeLog
parent29ace1cb68cc378a464c72c0fd67aa5f9acd6b5b (diff)
- djm@cvs.openbsd.org 2013/12/29 04:29:25
[authfd.c] allow deletion of ed25519 keys from the agent
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.