aboutsummaryrefslogtreecommitdiff
path: root/security/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-10-22 12:41:30 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-10-22 12:41:30 +0000
commitc12f9bb34dc08ec31a4e905adf9f39f15c79329d (patch)
tree491138af4b8faa1f7d70e8db65aaf34dfe6a2c9c /security/Makefile
parent0ff7821a0d2457c4ac4edfd4841f8d2bc8174aeb (diff)
downloadports-c12f9bb34dc08ec31a4e905adf9f39f15c79329d.tar.gz
ports-c12f9bb34dc08ec31a4e905adf9f39f15c79329d.zip
security/gnutls3: GNU Transport Layer Security library
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/
Notes
Notes: svn path=/head/; revision=331260
Diffstat (limited to 'security/Makefile')
-rw-r--r--security/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 9d2ce1fae4b6..af09a36bdc4b 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -165,6 +165,7 @@
SUBDIR += gnupg1
SUBDIR += gnutls
SUBDIR += gnutls-devel
+ SUBDIR += gnutls3
SUBDIR += go.crypto
SUBDIR += gorilla
SUBDIR += gpa