aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-08 17:18:51 +0000
committerlloyd <[email protected]>2008-10-08 17:18:51 +0000
commitda8f69796f78388a463b6dfb7d2f48e13647ae34 (patch)
treeb77b1bbce287516152485cd7418e3711c0326638 /doc
parentd95255e5ebd4d5191d07c7a8ae02e86b39e95920 (diff)
Cleanup
Diffstat (limited to 'doc')
-rw-r--r--doc/log.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/log.txt b/doc/log.txt
index 100c46e06..c7ae2819b 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -1,12 +1,12 @@
* 1.7.16, ????-??-??
- Add several missing pieces needed for ECDSA and ECKAEG
- - Added SHA-224 from InSiTo
+ - Add 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
+ - Rename sha256.h to sha2_32.h
+ - Rename sha_64.h to sha2_64.h
* 1.7.15, 2008-10-07
- Add GF(p) arithmetic from InSiTo
@@ -15,7 +15,7 @@
- Add new User Manual and Architecture Guide from FlexSecure GmbH
- Alter configure.pl options for better autotools compatability
- Update build instructions for recent changes to configure.pl
- - Fixes for CPU detection using /proc/cpuinfo
+ - Fix CPU detection using /proc/cpuinfo
* 1.7.14, 2008-09-30
- Split library into parts allowing modular builds