summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-03 21:23:24 +1000
committerDamien Miller <djm@mindrot.org>2014-07-03 21:23:24 +1000
commitc174a3b7c14e0d178c61219de2aa1110e209950c (patch)
tree58486e26093e815daeb397dd5d48ac9cb757689c /ChangeLog
parentd7ca2cd31ecc4d63a055e2dcc4bf35c13f2db4c5 (diff)
- djm@cvs.openbsd.org 2014/07/03 03:26:43
[digest-openssl.c] use EVP_Digest() for one-shot hash instead of creating, updating, finalising and destroying a context. bz#2231, based on patch from Timo Teras
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5f57e37e..2dabfe251 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,11 @@
20 ssh-add fatal()s part-way through (e.g. when listing keys from an 20 ssh-add fatal()s part-way through (e.g. when listing keys from an
21 agent that supports key types that ssh-add doesn't); 21 agent that supports key types that ssh-add doesn't);
22 bz#2234, reported by Phil Pennock 22 bz#2234, reported by Phil Pennock
23 - djm@cvs.openbsd.org 2014/07/03 03:26:43
24 [digest-openssl.c]
25 use EVP_Digest() for one-shot hash instead of creating, updating,
26 finalising and destroying a context.
27 bz#2231, based on patch from Timo Teras
23 28
2420140702 2920140702
25 - OpenBSD CVS Sync 30 - OpenBSD CVS Sync