summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 13:02:28 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 13:02:28 +1100
commitaf87af165f25b7db22e32c0b2e55606bc68c450c (patch)
treec0c8557324164e41b9b09b9db942b7193be69c02 /ChangeLog
parenta63128d1a8a4077bc992e09d00e2683d1592e500 (diff)
- (djm) [configure.ac defines.h kex.c md-sha256.c]
[openbsd-compat/sha2.h openbsd-compat/openbsd-compat.h] [openbsd-compat/sha2.c] First stab at portability glue for SHA256 KEX support, should work with libc SHA256 support or OpenSSL EVP_sha256 if present
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cd994f2c..db0a4f633 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -242,6 +242,11 @@
242 using the SHA256 code in libc (and wrapper to make it into an OpenSSL 242 using the SHA256 code in libc (and wrapper to make it into an OpenSSL
243 EVP), interop tested against CVS PuTTY 243 EVP), interop tested against CVS PuTTY
244 NB. no portability bits committed yet 244 NB. no portability bits committed yet
245 - (djm) [configure.ac defines.h kex.c md-sha256.c]
246 [openbsd-compat/sha2.h openbsd-compat/openbsd-compat.h]
247 [openbsd-compat/sha2.c] First stab at portability glue for SHA256
248 KEX support, should work with libc SHA256 support or OpenSSL
249 EVP_sha256 if present
245 250
24620060313 25120060313
247 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong) 252 - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
@@ -4143,4 +4148,4 @@
4143 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4148 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4144 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4149 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4145 4150
4146$Id: ChangeLog,v 1.4207 2006/03/15 01:08:28 djm Exp $ 4151$Id: ChangeLog,v 1.4208 2006/03/15 02:02:28 djm Exp $