summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-02-21 12:45:18 +1100
committerDamien Miller <djm@mindrot.org>2009-02-21 12:45:18 +1100
commit25918381ad4375f71836a44e3cc2b6a653c8979c (patch)
tree75778510da6635ccb5b6327c4a7300eb87bdbca3 /ChangeLog
parente8001d4820bb9d292695bcb8c5f20c04f2f17d61 (diff)
- djm@cvs.openbsd.org 2009/02/18 04:31:21
[schnorr.c] signature should hash over the entire group, not just the generator (this is still disabled code)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a659a62a..3bad0fc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
- djm@cvs.openbsd.org 2009/02/17 01:28:32
[ssh_config]
sync with revised default ciphers; pointed out by dkrause@
+ - djm@cvs.openbsd.org 2009/02/18 04:31:21
+ [schnorr.c]
+ signature should hash over the entire group, not just the generator
+ (this is still disabled code)
20090216
- (djm) [regress/conch-ciphers.sh regress/putty-ciphers.sh]
@@ -5177,5 +5181,5 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.5198 2009/02/21 01:45:02 djm Exp $
+$Id: ChangeLog,v 1.5199 2009/02/21 01:45:18 djm Exp $