Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2006 19:47:30 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/security Makefile ports/security/gnutls-devel Makefile Makefile.man distinfo pkg-descr pkg-plist ports/security/gnutls-devel/files patch-doc-examples-ex__serv1.c patch-doc-examples-ex__serv__anon.c patch-doc-examples-ex__serv__export.c patch-doc-examples-ex__serv__pgp.c patch-doc-examples-ex__serv__srp.c ...
Message-ID:  <200608271947.k7RJlUUm080207@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
novel       2006-08-27 19:47:30 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/gnutls-devel Makefile Makefile.man distinfo pkg-descr 
                          pkg-plist 
    security/gnutls-devel/files patch-doc-examples-ex__serv1.c 
                                patch-doc-examples-ex__serv__anon.c 
                                patch-doc-examples-ex__serv__export.c 
                                patch-doc-examples-ex__serv__pgp.c 
                                patch-doc-examples-ex__serv__srp.c 
                                patch-doc-examples-tcp.c 
  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/
  
  Revision  Changes    Path
  1.810     +1 -0      ports/security/Makefile
  1.35      +82 -0     ports/security/gnutls-devel/Makefile (new)
  1.5       +411 -0    ports/security/gnutls-devel/Makefile.man (new)
  1.15      +3 -0      ports/security/gnutls-devel/distinfo (new)
  1.1       +10 -0     ports/security/gnutls-devel/files/patch-doc-examples-ex__serv1.c (new)
  1.1       +10 -0     ports/security/gnutls-devel/files/patch-doc-examples-ex__serv__anon.c (new)
  1.1       +10 -0     ports/security/gnutls-devel/files/patch-doc-examples-ex__serv__export.c (new)
  1.1       +10 -0     ports/security/gnutls-devel/files/patch-doc-examples-ex__serv__pgp.c (new)
  1.1       +10 -0     ports/security/gnutls-devel/files/patch-doc-examples-ex__serv__srp.c (new)
  1.1       +10 -0     ports/security/gnutls-devel/files/patch-doc-examples-tcp.c (new)
  1.5       +17 -0     ports/security/gnutls-devel/pkg-descr (new)
  1.15      +58 -0     ports/security/gnutls-devel/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608271947.k7RJlUUm080207>