summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-12-12 20:26:56 +0100
committerWerner Koch <wk@gnupg.org>2013-12-12 20:26:56 +0100
commit5e1239b1e2948211ff2675f45cce2b28c3379cfb (patch)
treef9648298cf4f9ee8b5582b87d79b67f12b716860 /NEWS
parent4ae77322b681a13da62d01274bcab25be2af12d0 (diff)
downloadlibgcrypt-5e1239b1e2948211ff2675f45cce2b28c3379cfb.tar.gz
Add a configuration file to disable hardware features.
* src/hwfeatures.c: Inclyde syslog.h and ctype.h. (HWF_DENY_FILE): New. (my_isascii): New. (parse_hwf_deny_file): New. (_gcry_detect_hw_features): Call it. * src/mpicalc.c (main): Correctly initialize Libgcrypt. Add options "--print-config" and "--disable-hwf". Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4c95e8a8..978047f9 100644
--- a/NEWS
+++ b/NEWS
@@ -46,6 +46,8 @@ Noteworthy changes in version 1.6.0 (unreleased)
* Changed gcry_pk_genkey for "ecc" to only include the curve name and
not the parameters. The flag "param" may be used to revert this.
+ * Added a feature to globally disable selected hardware features.
+
* Interface changes relative to the 1.5.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcry_ac_* REMOVED.