diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-08-27 19:47:30 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-08-27 19:47:30 +0000 |
commit | 070fdc9acbed6ca6571f94e712abc785cc557a10 (patch) | |
tree | 4c741d6a5fd0376a31bed753f6f5278019fe49e1 /security/gnutls-devel/pkg-descr | |
parent | da265a27567af9a0f0968c0379684658aabb8b32 (diff) | |
download | ports-070fdc9acbed6ca6571f94e712abc785cc557a10.tar.gz ports-070fdc9acbed6ca6571f94e712abc785cc557a10.zip |
Notes
Diffstat (limited to 'security/gnutls-devel/pkg-descr')
-rw-r--r-- | security/gnutls-devel/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/gnutls-devel/pkg-descr b/security/gnutls-devel/pkg-descr new file mode 100644 index 000000000000..eb3b18b04920 --- /dev/null +++ b/security/gnutls-devel/pkg-descr @@ -0,0 +1,17 @@ +GnuTLS is a portable ANSI C based library which implements the TLS 1.0 and +SSL 3.0 protocols. The library does not include any patented algorithms and +is available under the GNU Lesser GPL license. + +Important features of the GnuTLS library include: +- Thread safety +- Support for both TLS 1.0 and SSL 3.0 protocols +- Support for both X.509 and OpenPGP certificates +- Support for basic parsing and verification of certificates +- Support for SRP for TLS authentication +- Support for TLS Extension mechanism +- Support for TLS Compression Methods + +Additionaly GnuTLS provides an emulation API for the widely used +OpenSSL library, to ease integration with existing applications. + +WWW: http://www.gnutls.org/ |