diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-07 22:02:30 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-07 22:02:30 +0800 |
commit | 7d17c36ca17c3d98bfd7e9c79504769fb6115b11 (patch) | |
tree | 4cf5773c11ce53af3b27eb8772304411f767ae96 /security/Makefile | |
parent | 73c545e1a8128bf1466ddd8689d6cb5c08a61ca2 (diff) | |
download | freebsd-ports-gnome-7d17c36ca17c3d98bfd7e9c79504769fb6115b11.tar.gz freebsd-ports-gnome-7d17c36ca17c3d98bfd7e9c79504769fb6115b11.tar.zst freebsd-ports-gnome-7d17c36ca17c3d98bfd7e9c79504769fb6115b11.zip |
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/
PR: ports/45348
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 8acbd06ae5e6..75966a3912c4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -67,6 +67,7 @@ SUBDIR += geheimnis SUBDIR += gnupg SUBDIR += gnupg-idea + SUBDIR += gnutls SUBDIR += gpa SUBDIR += gpasman SUBDIR += gpgme |