summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-09-07 10:06:46 +0200
committerWerner Koch <wk@gnupg.org>2013-09-18 21:03:40 +0200
commit85722afb379f7a392a8117b895de273fd88c4ebc (patch)
tree41723f41081f114b43f37c2acc49a57cd988d5d6 /NEWS
parent89103ce00e862cc709e80fa41f2ee13d54093ec5 (diff)
downloadlibgcrypt-85722afb379f7a392a8117b895de273fd88c4ebc.tar.gz
pk: Simplify the public key dispatcher pubkey.c.
* src/cipher-proto.h (gcry_pk_spec_t): Add fields ALGO and FLAGS. * cipher/dsa.c (_gcry_pubkey_spec_dsa): Set these fields. * cipher/ecc.c (_gcry_pubkey_spec_ecdsa): Ditto. (_gcry_pubkey_spec_ecdh): Ditto. * cipher/rsa.c (_gcry_pubkey_spec_rsa): Ditto. * cipher/elgamal.c (_gcry_pubkey_spec_elg): Ditto (_gcry_pubkey_spec_elg_e): New. * cipher/pubkey.c: Change most code to replace the former module system by a simpler system to gain information about the algorithms. (disable_pubkey_algo): SImplified. Not anymore thread-safe, though. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1c8793b5..678805d8 100644
--- a/NEWS
+++ b/NEWS
@@ -102,6 +102,7 @@ Noteworthy changes in version 1.6.0 (unreleased)
GCRY_MD_GOSTR3411_94 NEW.
GCRY_MD_STRIBOG256 NEW.
GCRY_MD_STRIBOG512 NEW.
+ GCRYCTL_DISABLE_ALGO CHANGED: Not anymore thread-safe.
Noteworthy changes in version 1.5.0 (2011-06-29)