diff options
author | Werner Koch <wk@gnupg.org> | 2008-08-29 15:40:24 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-08-29 15:40:24 +0000 |
commit | 936035b491fab2e32f651ed201bc10a6731ebe05 (patch) | |
tree | 0669310cd08811970b466f1308c37b63a0834602 /TODO | |
parent | 78a1f612bf65d3c1a445c43b456cb28e98a3a6ea (diff) | |
download | libgcrypt-936035b491fab2e32f651ed201bc10a6731ebe05.tar.gz |
Overhauled the keygrip computation.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -12,10 +12,6 @@ What's left to do -*- outline -*- This requires the introduction of a parameter names (say) U which is calculated according to OpenSSL/PKCS#1 rules. -* Add a warning to the manual, to check that libgcrypt actually has - been compiled with thread support when used by a threaded - application. - * linker script test Write an autoconf test to check whether the linker supports a version script. @@ -97,5 +93,3 @@ What's left to do -*- outline -*- ** C++ tests We have some code to allow using libgcrypt from C++, so we also should have a test case. - -* The prime generator always uses very-strong-random. |