Subject: CVS commit: pkgsrc/security/gnutls
From: Adam Ciarcinski
Date: 2006-01-20 22:14:04
Message id: 20060120211404.9B3D32DA27@cvs.netbsd.org

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

Files:
RevisionActionfile
1.39modifypkgsrc/security/gnutls/Makefile
1.17modifypkgsrc/security/gnutls/PLIST
1.11modifypkgsrc/security/gnutls/buildlink3.mk
1.24modifypkgsrc/security/gnutls/distinfo
1.5modifypkgsrc/security/gnutls/patches/patch-ab