From: Nikos Mavrogiannopoulos Date: Sun, 30 Nov 2003 23:05:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_1_0_0~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=486cf828a8002557bc670dcece40cd75f192ce23;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 79cbc1063e..84750e487f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2003-11-30 22:27 nmav + + * src/: tests.c, tests.h, tls_test.c: + + added detection for ZLIB compression. + +2003-11-30 15:08 nmav + + * src/: tests.c, tls_test.c: + + improved srp detection. + +2003-11-30 15:00 nmav + + * NEWS, doc/tex/srp.tex, lib/gnutls_cipher.c, src/cli.c: + + Some fixes in the certificate authenticated SRP ciphersuites. + +2003-11-30 13:58 nmav + + * doc/README.autoconf, lib/gnutls_alert.c, lib/gnutls_errors.c, + lib/gnutls_errors_int.h, lib/gnutls_handshake.c, src/serv-gaa.c, + src/serv.c: + + some fixes to comply with the SRP draft. The handshake is now + repeated if an empty SRP username is received. + +2003-11-30 06:36 nmav + + * NEWS, doc/tex/srp.tex, lib/gnutls_anon_cred.c, lib/gnutls_cert.c, + lib/gnutls_x509.c, lib/libgnutls.vers, lib/x509_b64.c, + src/common.c, src/crypt.c: + + several corrections in the documentation. + 2003-11-27 22:01 nmav * NEWS, doc/tex/Makefile.am (tags: gnutls_0_9_99),