From 4135a91bfd3a7ec525f3df322905a0a7f55dcbd8 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 7 Apr 2004 08:08:42 +0000 Subject: *** empty log message *** --- ChangeLog | 6 ++++++ NEWS | 3 ++- configure.in | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c851b47f8..7f8dfdb128 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-04-07 08:07 nmav + + * lib/gnutls_rsa_export.c: + + Optimized (a bit) the rsa_parameter copying. I don't like it. + 2004-04-03 11:16 nmav * NEWS, lib/auth_cert.c (tags: gnutls_1_0_10), lib/gnutls_cert.c diff --git a/NEWS b/NEWS index 21adcf744e..09e447e6b2 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,10 @@ -Version 1.1.8 +Version 1.1.8 (07/04/2004) - Implemented all the tests for the SRP group parameters in client side. This may lead to incompatibility with very old gnutls servers. - Corrected bug in RSA parameters handling which could cause unexpected crashes. +- Optimized the copying of rsa_params. Version 1.1.7 (29/03/2004) - Added gnutls_certificate_set_params_function() and diff --git a/configure.in b/configure.in index 4643063dcc..71f8ef1c39 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ AC_DEFINE_UNQUOTED(T_OS, "$target_os", [OS name]) dnl Gnutls Version GNUTLS_MAJOR_VERSION=1 GNUTLS_MINOR_VERSION=1 -GNUTLS_MICRO_VERSION=7 +GNUTLS_MICRO_VERSION=8 GNUTLS_VERSION=$GNUTLS_MAJOR_VERSION.$GNUTLS_MINOR_VERSION.$GNUTLS_MICRO_VERSION AC_DEFINE_UNQUOTED(GNUTLS_VERSION, "$GNUTLS_VERSION", [version of gnutls]) -- cgit v1.2.1