summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-09-18 12:14:09 +0000
committerWerner Koch <wk@gnupg.org>2008-09-18 12:14:09 +0000
commit29e44067f0797219b115fabf069e279283f13c13 (patch)
tree3ac09da7677080eb352c6957031724bc40521877 /NEWS
parent58b91cf9cc72e7a7247f88279e3fbeba71619237 (diff)
downloadlibgcrypt-29e44067f0797219b115fabf069e279283f13c13.tar.gz
Implemented an Enforced FIPS mode.
Documentation updates.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2bc44e4d..df3788da 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,12 @@ Noteworthy changes in version 1.4.3
cases. Folks, please read the manual to learn how to properly
initialize Libgcrypt!
- * Log fatal error via syslog.
+ * Log fatal errors via syslog.
+
+ * Auto-initialize the secure memory to 32k instead of aborting the
+ process.
+
+ * Changed the name and the semantics of the fips mode config file.
* More self-tests.