diff options
author | lloyd <[email protected]> | 2011-02-07 14:00:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-02-07 14:00:45 +0000 |
commit | 6aae5ab9f16af0fc0f027bc0c4dc3ee4ee239510 (patch) | |
tree | db4714f423af2a0146a6312d281feaca8fcc2c2b /doc/log.txt | |
parent | e0934ae723f6b97f1adbc408e42719db64b9607d (diff) |
Fix the ordering of the GOST 34.10 signature values. Add a test
derived from a DNSSEC RFC. Bug reported by Bert Hubert to the
mailing list. According to Bert, this ordering is compatible with
the version included in OpenSSL.
Also, benchmark GOST 34.10 using the GOST 34.11 hash since that
is always what it is used with.
Diffstat (limited to 'doc/log.txt')
-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 b8b6ad53c..280495556 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,6 +1,7 @@ * 1.9.13-dev, ????-??-?? - Update Keccak to the round 3 variant + - Fix ordering in GOST 34.10 signatures to match DNSSEC specifications * 1.9.12, 2010-12-13 - Add the Keccak hash function |