./security/gnutls, GNU Transport Layer Security library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q1, Version: 2.2.5, Package name: gnutls-2.2.5, Maintainer: pkgsrc-users

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

Additionally GnuTLS provides an emulation API for the widely used OpenSSL
library, to ease integration with existing applications.


Required to run:
[security/libtasn1] [security/libgcrypt] [security/opencdk] [archivers/lzo] [devel/libcfg+]

Required to build:
[devel/gmake] [devel/libtool-base]

Master sites: (Expand)

SHA1: 7620d092c790f0a5ac5486c3563786ca8777083d
RMD160: dd48a780849fc81c0a688116984eab8f41ea8ebf
Filesize: 4805.002 KB

Version history: (Expand)


CVS history: (Expand)


   2008-05-23 13:39:51 by Tyler R. Retzlaff | Files touched by this commit (2) | Package updated
Log message:
pullup ticket #2397 - requested by tnn
gnutls: update for security fixes

revisions pulled up:
- pkgsrc/security/gnutls/Makefile	1.69
- pkgsrc/security/gnutls/distinfo	1.44

   Module Name:	pkgsrc
   Committed By:	tnn
   Date:		Thu May 22 13:18:52 UTC 2008

   Modified Files:
   	pkgsrc/security/gnutls: Makefile distinfo

   Log message:
   Update to gnutls-2.2.5.
   * Version 2.2.5 (released 2008-05-19)
    Fix flaw in fix for GNUTLS-SA-2008-1-3.
   * Version 2.2.4 (released 2008-05-19)
    Fix three security vulnerabilities.  [GNUTLS-SA-2008-1]
    [GNUTLS-SA-2008-1-1]
     libgnutls: Fix crash when sending invalid server name.
    [GNUTLS-SA-2008-1-2]
     libgnutls: Fix crash when sending repeated client hellos.
    [GNUTLS-SA-2008-1-3]
     libgnutls: Fix crash in cipher padding decoding for invalid record
   lengths.
   * Version 2.2.3 (released 2008-05-06)
    Increase default handshake packet size limit to 48kb.
    Fix compilation error related to __FUNCTION__ on some systems.
    Documented the --priority option to gnutls-cli and gnutls-serv.
    Fix fopen file descriptor leak in PSK server code.
    Build Guile code with -fgnu89-inline only when supported.
    Make Camellia encryption work.