From: Nikos Mavrogiannopoulos Date: Sat, 8 May 2004 22:05:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_1_1_11~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4b0a37945bf38e953654d29e4ac8d65eedf2de;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 53a6aff770..e706ca39a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2004-05-08 12:51 nmav + + * lib/: gnutls_handshake.c, auth_rsa.c: + + Fixed some things in the random number usage. Weak levels are used + where possible to avoid emptying the strong random pool. + +2004-05-08 12:49 nmav + + * lib/: auth_rsa.c, gnutls_handshake.c, gnutls_handshake.h, + gnutls_v2_compat.c: + + Fixed some things in the random number usage. Weak levels are used + where possible to avoid emptying the strong random pool. + +2004-05-08 08:18 nmav + + * doc/tex/: Makefile.am, alert.tex, cert_auth.tex, certificate.tex, + ciphers.tex, examples.tex, gnutls.tex, howto.tex, programs.tex, + srp.tex: + + copied documentation from the devel branch. + +2004-05-08 07:47 nmav + + * doc/tex/: cert_auth.tex, certificate.tex, ciphers.tex: + + some additions to certificate stuff. + 2004-05-03 00:43 nmav * NEWS, lib/gnutls_auth.c, lib/gnutls_handshake.c, lib/gnutls_kx.c,