From: Simon Josefsson Date: Wed, 13 Aug 2008 14:06:42 +0000 (+0200) Subject: Add. X-Git-Tag: gnutls_2_5_3~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec199e827c6ea23dd9da3202fd43c2ac97e485c;p=thirdparty%2Fgnutls.git Add. --- diff --git a/NEWS b/NEWS index 0dedb41b9f..b3d9952c9a 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,12 @@ it takes a callback of the gnutls_finished_callback_func type. ** libgnutls: Drop final comma after GNUTLS_CRT_PRINT_UNSIGNED_FULL in enum. Reported in . +** libgnutls: Fix namespace problem with TLS_MASTER_SIZE and TLS_RANDOM_SIZE. +The new names are GNUTLS_MASTER_SIZE and GNUTLS_RANDOM_SIZE. The old +names are mapped to the new names in compat.h. These mappings will +likely be removed more quickly than other mappings in that file due to +the namespace violation. + ** libgnutlsxx: Make it build when SRP is disabled. ** doc: Add doxygen files in doc/doxygen/. @@ -24,6 +30,10 @@ Reported in . gnutls_x509_crq_set_key_rsa_raw: ADDED gnutls_session_set_finished_function: ADDED gnutls_finished_callback_func: ADDED +GNUTLS_MASTER_SIZE: ADDED +GNUTLS_RANDOM_SIZE: ADDED +TLS_MASTER_SIZE: DEPRECATED +TLS_RANDOM_SIZE: DEPRECATED * Version 2.5.2 (released 2008-07-08)