From: Nikos Mavrogiannopoulos Date: Tue, 16 Dec 2003 23:05:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_1_1_0~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07ff6f25feb45c03986a66ce39c17bc2e4e5db09;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b0a4db8f37..cd4b0fe38d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2003-12-16 11:49 nmav + + * NEWS, configure.in, opencdk.m4, lib/auth_anon.c, lib/auth_cert.c, + lib/auth_cert.h, lib/auth_dhe.c, lib/auth_rsa.c, + lib/auth_rsa_export.c, lib/dh_compat.c, lib/gnutls.h.in.in, + lib/gnutls_algorithms.c, lib/gnutls_algorithms.h, + lib/gnutls_cert.c, lib/gnutls_cert.h, lib/gnutls_dh.h, + lib/gnutls_dh_primes.c, lib/gnutls_handshake.c, lib/gnutls_int.h, + lib/gnutls_kx.c, lib/gnutls_rsa_export.c, lib/gnutls_ui.c, + lib/libgnutls.vers: + + * The error codes GNUTLS_E_NO_TEMPORARY_DH_PARAMS and + GNUTLS_E_NO_TEMPORARY_RSA_PARAMS are no longer returned by the + handshake function. Ciphersuites that require temporary parameters + are removed when such parameters do not exist. + * Several internal changes to allow adding the callback function to + retrieve the certificate and the private key. + 2003-12-10 15:46 nmav * NEWS, configure.in, lib/gnutls.h.in.in, lib/gnutls_dh_primes.c,