diff options
author | Werner Koch <[email protected]> | 2008-09-29 15:02:55 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-09-29 15:02:55 +0000 |
commit | 7d63aa42e5d2c086810e3d7eca64a01f366b4e88 (patch) | |
tree | 7dccaebaa7f86d56fef8beb00eb9c2bc583ede20 /TODO | |
parent | 2008-09-28 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-7d63aa42e5d2c086810e3d7eca64a01f366b4e88.tar.gz gnupg-7d63aa42e5d2c086810e3d7eca64a01f366b4e88.zip |
Remove hacks which are not anymore needed since we now require Libgcrypt 1.4
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 24 |
1 files changed, 2 insertions, 22 deletions
@@ -51,7 +51,7 @@ * sm/export.c ** Return an error code or a status info per user ID. -* scd/tlv.c +* common/tlv.c The parse_sexp function should not go into this file. Check whether we can change all S-expression handling code to make use of this function. @@ -85,33 +85,13 @@ Replace by an estream based implementation. * jnlib/ -** provide jnlib_malloc and try to remove all jnlib_xmalloc. +** Try to remove all jnlib_xmalloc. * g10/ ** issue a NO_SECKEY xxxx if a -u key was not found. - -* When switching to libgcrypt 1.4 -** scd#encode_md_for_card, g10#encode_md_value, sm@do_encode_md - Remove the extra test for a valid algorithm as libgcrypt will do it - then in gcry_md_algo_info. -** skclist.c - Remove the hard coded constant in random_is_faked. -** g10/ Replace DIGEST_ALGO_SHA224 - We can't do that right now because it is only defined by newer - versions of libgcrypt. -** GCRY_MD_USER - Remove these definitions. -** MY_GCRY_PK_ECDSA - Remove this. -** MY_GCRY_MD_SHA224 - Remove this. - - * Extend selinux support to other modules -* Remove -sat PGP2 compatibility hack - * UTF-8 specific TODOs None. |