diff options
author | lloyd <[email protected]> | 2010-06-02 16:41:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-06-02 16:41:50 +0000 |
commit | 4e96dac64fd310901ba3379e13d78e2b631cadec (patch) | |
tree | 25ce3428c6f32cbb90faa3d8247cf9dbbfbbf164 | |
parent | ffeea78001b47f3b7db50815fce102c302d59892 (diff) |
Document fixing 512/768 bit DL groups via DSA kosherizer
-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 511772f9d..bee1cee10 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -4,6 +4,7 @@ - Avoid possible timing attack against OAEP decoding - Removed FORK-256; rarely used and it has been broken - Skip building shared libraries on MinGW/Cygwin + - Fix creation of 512 and 768 bit DL groups using the DSA kosherizer - Fix compilation on GCC versions before 4.3 (missing cpuid.h) - Fix complilation under the Clang compiler |