From: Nikos Mavrogiannopoulos Date: Wed, 12 Mar 2003 12:49:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_9_1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f020df7a8d511221929ad672e0dfadece3a46bb1;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 2f621d3594..5aa2996e5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2003-03-12 12:43 nmav + + * NEWS, configure.in, lib/gnutls_dh_primes.c, lib/gnutls_x509.c, + src/cli.c: + + Use mmap() if available to read files. + +2003-03-12 12:06 nmav + + * NEWS, configure.in, lib/Makefile.am, lib/defines.h, + lib/gnutls_dh_primes.c, lib/gnutls_x509.c, lib/strnstr.c, + lib/x509_b64.c: + + * Added an strnstr() function and the requirement in some functions + to use null terminated PEM structures is no more. + +2003-03-12 10:57 nmav + + * NEWS, lib/auth_cert.c, lib/auth_cert.h, lib/auth_dhe.c, + lib/auth_rsa.c, lib/auth_rsa_export.c, lib/gnutls_cert.c, + lib/gnutls_cert.h, lib/gnutls_mpi.h, lib/gnutls_sig.c, + lib/gnutls_sig.h, lib/gnutls_x509.c: + + * Added ability to generate RSA keys. + * Increased the maximum parameter size in order to read some large + keys by some CAs. Patch by Ian Peters . + * Rolled back some of yesterdays changes. The gnutls_x509_privkey, + was replaced (again) by the gnutls_privkey. + 2003-03-11 20:14 nmav * lib/: Makefile.am, auth_cert.c, auth_cert.h, auth_dhe.c,