Subject: CVS commit: pkgsrc/security/gnutls
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/20/2006 21:14:04
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Jan 20 21:14:04 UTC 2006

Modified Files:
	pkgsrc/security/gnutls: Makefile PLIST buildlink3.mk distinfo
	pkgsrc/security/gnutls/patches: patch-ab

Log Message:
Changes 1.3.3:
** New API to access the TLS master secret.
When possible, you should use the TLS PRF functions instead.

** Improved handling when multiple libraries use GnuTLS at the same time.
Now gnutls_global_init() can be called multiple times, and
gnutls_global_deinit() will only deallocate the structure when it has
been called as many times as gnutls_global_init() was called.

** Added a self test of TLS resume functionality.

** Fix crash in TLS resume code, caused by TLS/IA changes.

** Add 'const' keywords in various places, from Frediano ZIGLIO.

** The code was indented again, including the external header files.

** API and ABI modifications:
New functions to retrieve the master secret value:
  gnutls_session_get_master_secret

Add a 'const' keyword to existing API:
  gnutls_x509_crq_get_challenge_password


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 pkgsrc/security/gnutls/Makefile
cvs rdiff -r1.16 -r1.17 pkgsrc/security/gnutls/PLIST
cvs rdiff -r1.10 -r1.11 pkgsrc/security/gnutls/buildlink3.mk
cvs rdiff -r1.23 -r1.24 pkgsrc/security/gnutls/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/security/gnutls/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.