gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls annotated tag, gnutls_3_0_2, created. gnutls_3_0_2


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls annotated tag, gnutls_3_0_2, created. gnutls_3_0_2
Date: Thu, 01 Sep 2011 08:53:21 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=4157d3fe384fcbdc0e009b428da4531f016725c4

The annotated tag, gnutls_3_0_2 has been created
        at  4157d3fe384fcbdc0e009b428da4531f016725c4 (tag)
   tagging  6d0c9ec20702e9f06eebd8aef94ad5650568e174 (commit)
  replaces  gnutls_3_0_0
 tagged by  Nikos Mavrogiannopoulos
        on  Thu Sep 1 10:52:56 2011 +0200

- Log -----------------------------------------------------------------
released 3.0.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQEcBAABAgAGBQJOX0fpAAoJEJ1eqvaQE7hCTzAH/2Gfj7mXr0UDegOt9gKUNxIs
B1NExfImzHvrSOExkOuj7V0kQvZ9x2fy4tn5EaWu0JOPxpF/brRJdgms6KTjpQaT
2Ou5rmpUR0e5OKKqYRxs19ny5VoiOJSBI9zIBIT33qNTYVfQg3jguAGKQVAeG92c
1PsXj3rNW23ZuDbshFYAS9RhgWWoebE82BVKVT4sv7eBpXTr0XYGkwNH1h6D8G8z
BKOpc+ZnCXKiOZC5NWBWqMKFTI9WCdDVvpILL0OAUVAZBcxth+MkQPFUqShRREOM
WEt03j8SFRQ3uAwd2g6KB7P2FVTxsWz9ZsNlievIbn1pVPEdDwWxLwat8vRZaMM=
=w8Yk
-----END PGP SIGNATURE-----

Andreas Metzler (1):
      Export export_gnutls_openpgp_privkey_sign_hash.

Ludovic Courtès (1):
      guile: Fix `priorities' test to use `run-test'.

Nikos Mavrogiannopoulos (119):
      documentation updates.
      Added GNUTLS_E_CERTIFICATE_LIST_UNSORTED.
      Added GNUTLS_X509_CRT_LIST_FAIL_IF_UNSORTED flag for 
gnutls_x509_crt_list_import.
      Refer to nettle alone and p11-kit.
      added asserts.
      documentation update
      the deprecated_config_file from 2.12.x was incorporated.
      detect premature termination of connection
      updated
      Added discussion of the provided cryptographic functions. Internals is 
now included in the latex document (needs rewrite though)
      better placement of ifdefs.
      Included appro's updates to AES-NI.
      bumped version
      Added note.GNU-stack to prevent marking the library as using an 
executable stack. Reported by Andreas Metzler.
      Prevent from loading twice the same module.
      removed reference to pakchois
      corrected typo
      document flags
      updated documentation
      more updates
      Added session initialization discussion
      Force alignment for AES-NI to the runtime rather than on the structures.
      documented fixes
      more updates.
      reduced space taken by descriptions.
      doc update
      changed paper size.
      updates
      Documentation updates. gnutls_x509_crq_sign2() and 
gnutls_x509_crl_sign2() were removed from the deprecate list to ease generation 
of crl and crq structures.
      Internals section updated.
      Added reference to anderson's book
      more updates
      do not escape \#
      correct typos
      updated openssl text
      corrected typos
      Added discussion on DTLS functionality
      memory handling section is no longer applicable
      documentation updates
      If a module is dlopened twice, then deinitialize the second load.
      more files to ignore.
      do not use capitals in index names.
      doc updates
      files to ignore
      Added crywrap to the distributed programs.
      use gnutls_sec_param_to_pk_bits() for DH parameter generation.
      Corrected crywrap's verification procedure.
      more files to ignore
      corrected child process cleanup and added option to specify diffie 
hellman parameters file.
      unload_file was modified to accept a pointer.
      removed unneeded defintions.
      use audit_log
      dhparams have now the 'r' option.
      corrected configure test
      Corrected issue when asking multiple times for PIN.
      some discussion on tokens.
      documented fix
      Introduced GNUTLS_PKCS11_PIN_WRONG flag to indicate the previously given 
PIN is wrong.
      documented fix
      Added AES-256-GCM. Reported by Benjamin Hof.
      Documentation fixes.
      gnutls_certificate_set_x509_key_file() and friends support server name 
indication.
      documented changes
      updated crywrap
      small update in psktool
      rephrased text on anonymous authentication.
      Removed the limitation of one name per certificate.
      depend on p11-kit 0.4+.
      added vfprintf-posix (needed by tests)
      Avoid using vfprintf() and use a combination of vsnprintf and fputs 
instead. My gnulib has issues with them.
      Corrected session resumption test.
      updated ignored files.
      documentation updates
      simplified PKCS #11 token example.
      Added hack for AIX systems that may not set errno property on EAGAIN.
      corrected typo
      Sync with TP.
      Added missing file
      updated for release
      Use texinfo's word break.
      documentation fixes.
      include README to distribution.
      The crywrap manpage was removed due to license reasons.
      Handle memory allocation errors.
      AIX check moved to system.c.
      bibliography updated
      unlock rnd mutex on error.
      documentation updates
      leave an empty page
      gnutls/extra.h is not required for SRP.
      documentation changes.
      Allow out-of-order change_cipher_spec in DTLS.
      removed unused variables.
      gnutls_certificate_set_x509_key() and 
gnutls_certificate_set_openpgp_key() operate as in gnutls 2.10.x and do not 
require to hold the structures.
      removed unused variable.
      more updates in private key copy.
      XmppAddr -> UTF8String
      updated figures.
      Corrected DH-ANON ciphersuite names.
      Benchmark applications were incorporated to gnutls-cli
      Modified cpuid for 32-bit x86 to avoid a gcc issue (not finding a 
register).
      skip if datefudge is not available
      Avoid assert() and do not include needless headers.
      removed unneeded header. Documented updates.
      doc updates
      Corrected error checking in _gnutls_send_int().
      corrected sign type errors for integers.
      removed old and unused compatibility functions.
      disabled test
      doc fixes
      Added %NO_EXTENSIONS priority string.
      OpenPGP certificate type priority is not enabled by default.
      do not exit configure if p11-kit is not found.
      Added documentation on asynchronous operation.
      explicitly enable openpgp certtype in tests.
      more doc on MTU.
      bumped version
      updated
      explicitly enable openpgp certtype in tests.

Simon Josefsson (13):
      Add GTK-DOC Since: tags for 3.0.0 additions.
      Fix GTK-DOC manual.
      Simplify GTK-DOC makefile IGNORE_HFILES.
      More GTK-DOC improvements.
      Sync with TP.
      Add NEWS entries.  Use copyright ranges (now permitted).
      Update gnulib files.  Fix syntax-check usage.
      More GTK-DOC fixes.
      Finish removal of inner application extension support.
      Remove unused files.
      Clarify licensing.
      Clarify license and copyright.
      Fix syntax-check nits.

Stef Walter (3):
      Mark the config argument of gnutls_pkcs11_init() as unused
      When finding private keys fail, return error code.
      Don't try to do PKCS#11 login if session is already logged in.

-----------------------------------------------------------------------


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]