diff options
author | Damien Miller <djm@mindrot.org> | 2013-12-29 17:46:49 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-12-29 17:46:49 +1100 |
commit | 339a48fe7ffb3186d22bbaa9efbbc3a053e602fd (patch) | |
tree | cb9ad9a01f88368d05ad41ba551ca2b075ed91cd /ChangeLog | |
parent | 0b36c83148976c7c8268f4f41497359e2fb26251 (diff) |
- djm@cvs.openbsd.org 2013/12/19 22:57:13
[poly1305.c poly1305.h]
use full name for author, with his permission
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ | |||
28 | bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent | 28 | bz#2186: don't crash (NULL deref) when deleting PKCS#11 keys from an agent |
29 | that has a mix of normal and PKCS#11 keys; fix from jay AT slushpupie.com; | 29 | that has a mix of normal and PKCS#11 keys; fix from jay AT slushpupie.com; |
30 | ok dtucker | 30 | ok dtucker |
31 | - djm@cvs.openbsd.org 2013/12/19 22:57:13 | ||
32 | [poly1305.c poly1305.h] | ||
33 | use full name for author, with his permission | ||
31 | 34 | ||
32 | 20131221 | 35 | 20131221 |
33 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. | 36 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. |