From owner-cvs-all Tue Jan 7 6: 2:33 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB68D37B401; Tue, 7 Jan 2003 06:02:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68FAD43EB2; Tue, 7 Jan 2003 06:02:31 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h07E2Vfh079640; Tue, 7 Jan 2003 06:02:31 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h07E2VsX079639; Tue, 7 Jan 2003 06:02:31 -0800 (PST) Message-Id: <200301071402.h07E2VsX079639@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 7 Jan 2003 06:02:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/gnutls Makefile distinfo pkg-comment pkg-descr pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG edwin 2003/01/07 06:02:31 PST Modified files: security Makefile Added files: security/gnutls Makefile distinfo pkg-comment pkg-descr pkg-plist Log: 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 Revision Changes Path 1.353 +1 -0 ports/security/Makefile 1.1 +38 -0 ports/security/gnutls/Makefile (new) 1.1 +1 -0 ports/security/gnutls/distinfo (new) 1.1 +1 -0 ports/security/gnutls/pkg-comment (new) 1.1 +17 -0 ports/security/gnutls/pkg-descr (new) 1.1 +27 -0 ports/security/gnutls/pkg-plist (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message