diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-12-12 15:09:09 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-12-12 15:09:09 +0000 |
commit | 33bfc05774353005ee373af52d57bf931e00402d (patch) | |
tree | c8cb42378ddca44baa682f1b06f4fe56795a4243 /README | |
parent | 20e9b2d9a6367e68d4a46109359ba2ea4e2d4ff5 (diff) | |
download | gnutls-33bfc05774353005ee373af52d57bf931e00402d.tar.gz |
*** empty log message ***
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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. |