diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | ||
44 | 20131221 | 47 | 20131221 |
45 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. | 48 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. |