From: Nikos Mavrogiannopoulos Date: Sat, 26 Oct 2013 09:21:22 +0000 (+0200) Subject: doc update X-Git-Tag: gnutls_3_2_6~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ea81c4cc6152d7c769fee0d3a88f33f7a5be1ec;p=thirdparty%2Fgnutls.git doc update --- diff --git a/NEWS b/NEWS index d71a7529ad..a21c9cdbc7 100644 --- a/NEWS +++ b/NEWS @@ -10,13 +10,21 @@ See the end for copying conditions. ** libgnutls: Added ciphersuite GNUTLS_ECDHE_RSA_AES_256_CBC_SHA384. ** libgnutls: Fixed ciphersuites GNUTLS_ECDHE_ECDSA_CAMELLIA_256_CBC_SHA384, -and GNUTLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384. Reported by Stefan Buehler. +GNUTLS_ECDHE_RSA_CAMELLIA_256_CBC_SHA384 and GNUTLS_PSK_CAMELLIA_128_GCM_SHA256. +Reported by Stefan Buehler. + +** libgnutls: Added support for ISO OID for RSA-SHA1 signatures. ** libgnutls: Minimum acceptable DH group parameters were increased to 767 bits from 727. +** libgnutls: Added function to obtain random data from PKCS #11 tokens. +Contributed by Wolfgang Meyer zu Bergsten. + +** p11tool: Added option generate-random. + ** API and ABI modifications: -No changes since last version. +gnutls_pkcs11_token_get_random: Added * Version 3.2.5 (released 2013-10-23)