From c12f9bb34dc08ec31a4e905adf9f39f15c79329d Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Tue, 22 Oct 2013 12:41:30 +0000 Subject: 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/ --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') 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 -- cgit v1.2.3