summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-12 15:09:09 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-12 15:09:09 +0000
commit33bfc05774353005ee373af52d57bf931e00402d (patch)
treec8cb42378ddca44baa682f1b06f4fe56795a4243
parent20e9b2d9a6367e68d4a46109359ba2ea4e2d4ff5 (diff)
downloadgnutls-33bfc05774353005ee373af52d57bf931e00402d.tar.gz
*** empty log message ***
-rw-r--r--README8
-rw-r--r--doc/TODO1
2 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 8dd0c825e2..9c530d07c2 100644
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
This is the GNU TLS library. More up to date information can be found
at http://www.gnu.org/software/gnutls/ and http://www.gnutls.org/
-It is a TLS 1.0 and SSL 3.0 implementation for the GNU project.
-It is currently under heavy development.
+This is a TLS (Transport Layer Security) 1.0 and SSL (Secure Sockets Layer) 3.0
+implementation for the GNU project.
- The library needs libgcrypt. You can find libgcrypt at
ftp://ftp.gnupg.org/pub/gcrypt/alpha/libgcrypt/
@@ -10,6 +10,10 @@ It is currently under heavy development.
Note that by compiling libgcrypt with CPU optimizations gnutls' speed
will increase.
+- For OpenPGP key support the OpenCDK library is required. You can find
+ libopencdk at:
+ ftp://ftp.gnutls.org/pub/gnutls/opencdk/
+
- Documentation:
view the doc/ directory and the examples in the src/ directory.
diff --git a/doc/TODO b/doc/TODO
index 1f2ffca5b0..ca7d82a685 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -4,6 +4,7 @@ in order to avoid having people working on the same thing.
Current list:
+ Add ability to read PKCS-12 structures (certificate and private key)
+* Create and include a general purpose certificate library
* Convert documentation to texinfo format
* Add support for certificate CRLs in certificate verification
* Audit the code