summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df1d5ea6a..a1d37bc25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,15 @@
9 with the year, and rearrange a comparison to avoid a potentional signed 9 with the year, and rearrange a comparison to avoid a potentional signed
10 arithmetic overflow that would give the wrong result. 10 arithmetic overflow that would give the wrong result.
11 ok djm@ 11 ok djm@
12 - djm@cvs.openbsd.org 2014/01/09 23:20:00
13 [digest.c digest.h hostfile.c kex.c kex.h kexc25519.c kexc25519c.c]
14 [kexc25519s.c kexdh.c kexecdh.c kexecdhc.c kexecdhs.c kexgex.c kexgexc.c]
15 [kexgexs.c key.c key.h roaming_client.c roaming_common.c schnorr.c]
16 [schnorr.h ssh-dss.c ssh-ecdsa.c ssh-rsa.c sshconnect2.c]
17 Introduce digest API and use it to perform all hashing operations
18 rather than calling OpenSSL EVP_Digest* directly. Will make it easier
19 to build a reduced-feature OpenSSH without OpenSSL in future;
20 feedback, ok markus@
12 21
1320140108 2220140108
14 - (djm) [regress/.cvsignore] Ignore regress test droppings; ok dtucker@ 23 - (djm) [regress/.cvsignore] Ignore regress test droppings; ok dtucker@