./security/gnutls, GNU Transport Layer Security library

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


Branch: pkgsrc-2017Q1, Version: 3.5.9, Package name: gnutls-3.5.9, 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:
[devel/autogen] [devel/libcfg+] [devel/gmp] [textproc/libunistring] [archivers/lzo] [security/libtasn1] [security/nettle]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: f3f184a92f128af1c2fb29b29a4d325af65694a5
RMD160: a200b078cf9204f70dfaae7c045fc2f762a22809
Filesize: 6998.957 KB

Version history: (Expand)


CVS history: (Expand)


   2017-04-17 16:40:50 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #5263 - requested by sevan
security/gnutls: build fix

Revisions pulled up:
- security/gnutls/distinfo                                      1.124
- security/gnutls/patches/patch-lib_accelerated_x86_x86-common.c 1.1

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Mon Apr 10 10:43:49 UTC 2017

   Modified Files:
           pkgsrc/security/gnutls: distinfo
   Added Files:
           pkgsrc/security/gnutls/patches:
   patch-lib_accelerated_x86_x86-common.c

   Log message:
   Avoid unsupported xgetbv instruction on older Darwin assemblers.