]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 16 Dec 2003 23:05:19 +0000 (23:05 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 16 Dec 2003 23:05:19 +0000 (23:05 +0000)
ChangeLog

index b0a4db8f376d0b7219136af0104e05874c6e6c16..cd4b0fe38d4543a1aad46d77a72c7607aed62eb8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2003-12-16 11:49  nmav <nmav@gnutls.org>
+
+       * 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 <nmav@gnutls.org>
 
        * NEWS, configure.in, lib/gnutls.h.in.in, lib/gnutls_dh_primes.c,