aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-23 13:22:37 +0000
committerlloyd <[email protected]>2008-06-23 13:22:37 +0000
commit609b6553414aa06cef322d528d7037988e8c8b90 (patch)
treede484ee243202b3ea2880f3bfcfb131cb8c7b001 /doc
parentef74c82626eb8b3f5ae6abfbd4fd8d356f4363b5 (diff)
Remove SHA1PRNG for the moment, until
a) I am sure we really want to include this (proprietary, unanalyzed?) PRNG in Botan b) I have a chance to add test cases and clean up the code. Also note a few more changes in the changelog, and set a provisial release date for sometime in July.
Diffstat (limited to 'doc')
-rw-r--r--doc/credits.txt5
-rw-r--r--doc/license.txt2
-rw-r--r--doc/log.txt8
3 files changed, 5 insertions, 10 deletions
diff --git a/doc/credits.txt b/doc/credits.txt
index cdf6a2bba..57c33b72b 100644
--- a/doc/credits.txt
+++ b/doc/credits.txt
@@ -17,11 +17,6 @@ D: Binary file I/O support, allocator fixes
N: Hany Greiss
D: Windows porting
-N: Manuel Hartl
-W: http://www.flexsecure.de/
-D: SHA1PRNG
-
N: Yves Jerschow
D: Optimizations for memory load/store and HMAC
diff --git a/doc/license.txt b/doc/license.txt
index 43cc7decb..827bc839b 100644
--- a/doc/license.txt
+++ b/doc/license.txt
@@ -5,8 +5,6 @@ Copyright (C) 1999-2008 Jack Lloyd
2005-2006 Matt Johnston
2006 Luca Piccarreta
2007 Yves Jerschow
- 2007 FlexSecure GmbH
- 2007 Manuel Hartl
Redistribution and use in source and binary forms, for any use, with or without
modification, is permitted provided that the following conditions are met:
diff --git a/doc/log.txt b/doc/log.txt
index f7159c1fa..e48877393 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,11 +1,13 @@
-* 1.7.7, ????-??-??
- - Add implementation of SHA1PRNG, contributed by FlexSecure GmbH
- - Add a test suite for the ANSI X9.31 PRNG
+* 1.7.7, 2008-07-??
- Remove many uses of the global PRNG object
+ - Add a test suite for the ANSI X9.31 PRNG
+ - Much cleaner and (mostly) thread-safe reimplementation of es_ftw
- Remove both default arguments to ANSI_X931_RNG's constructor
- Remove the randomizing version of OctetString::change
- Make the cipher and MAC to use in Randpool configurable
+ - Move RandomNumberGenerator declaration to rng.h
+ - Fix an error decoding BER UNIVERSAL types with special taggings
* 1.7.6, 2008-05-05
- Initial support for Windows DLLs, from Joel Low