summaryrefslogtreecommitdiff
path: root/README
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 /README
parent20e9b2d9a6367e68d4a46109359ba2ea4e2d4ff5 (diff)
downloadgnutls-33bfc05774353005ee373af52d57bf931e00402d.tar.gz
*** empty log message ***
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 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.