diff options
author | lloyd <[email protected]> | 2008-10-08 17:16:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-08 17:16:29 +0000 |
commit | d95255e5ebd4d5191d07c7a8ae02e86b39e95920 (patch) | |
tree | 5333ea804ee1ffe8ee99d8d528515e84ea7176ae /doc | |
parent | b36e1472df7f2da610ae865460647e2951afe58b (diff) |
Document that OpenSSL and GNU MP engines no longer require all public key algorithms to be enabled
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 b66a21a02..100c46e06 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -3,6 +3,7 @@ - Add several missing pieces needed for ECDSA and ECKAEG - Added SHA-224 from InSiTo - Split ECDSA and ECKAEG into distinct modules + - Allow OpenSSL and GNU MP engines to be built with some PK algos disabled - Add GF(p) and ECDSA tests from InSiTo - Renamed sha256.h to sha2_32.h - Renamed sha_64.h to sha2_64.h |