diff options
author | lloyd <[email protected]> | 2009-03-27 19:25:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-03-27 19:25:12 +0000 |
commit | fdc5fc1e78d584f6dd46d762ea524bcab20d56e3 (patch) | |
tree | a69c10cd9ee6bc75567fe5e3491c3f669f8577ff /doc | |
parent | 96a6948055bb0a497eab1a9a4a86cb2bb648a5b5 (diff) |
GOST was using a completely non-standard set of sboxes. Change it to use
GostR3411_94_TestParamSet, this is compatible with the implementations in
Crypto++ and OpenSSL. This is not backwards compatible, though once the
implementation supports multiple param sets (which is required, unfortunately,
for compatability with various standards by CryptoCom, who have defined not
one but at least 4 (!!!) different sboxes to use with GOST), I may offer
Botan's previous sbox set as an option.
Since adding the GOST hash function (34.11) and signing algorithm (34.10)
are on the long term agenda (request by Rickard Bondesson, as the Russian
authorities want to use their local standards for their DNSSEC use), I
renamed the block cipher class (which had been just 'GOST') to GOST_28147_89
to minimize future name clashes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 99fee1e17..7ff2023b9 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,6 +1,7 @@ * 1.8.2-pre, 2009-??-?? - Make entropy polling more flexible and in most cases faster + - Change GOST to use the GostR3411_94_TestParamSet sboxes - Another atempt at fixing botan-config on MacOS X * 1.8.1, 2009-01-20 |