summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-05-02 14:10:12 +0000
committerWerner Koch <wk@gnupg.org>2002-05-02 14:10:12 +0000
commit859132fa8f2dd5d4ed66f126d17b5a62d1df2fc1 (patch)
treeb61f37cfde11ec1dab9d47c3edc03de6bd99907e /TODO
parent9e4c8a9ed1ea23264295969053c6a09965ec224d (diff)
downloadlibgcrypt-859132fa8f2dd5d4ed66f126d17b5a62d1df2fc1.tar.gz
* jnlib/: Removed.
* Makefile.am (SUBDIRS): Removed jnlib. * configure.ac (jnlib/Makefile): Removed. * configure.ac: Define _REENTRANT.
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 10 insertions, 2 deletions
diff --git a/TODO b/TODO
index e22b101f..5a2d9d3f 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,14 @@
-* see where we should use the ascii_strcasecmp() functions.
* switching from encrypt to decrypt requires a close and open.
- Wouldn't it be better if we have a reste function or integrate that
+ Wouldn't it be better if we have a reset function or integrate that
with setkey?
+
* add more tests. Even basic is very minimal.
+
* udiv-qrnbd.o should get build as *.lo [HPUX]
+
+* Define a function to be used as a constructor to set up things in a
+ MT safe way. There is already a hook for this.
+
+* Allow operation using RSA keys consisting of the OpenSSL list of
+ paramemters and allow for a third form where the private Exponent
+ is not given (saves space)