From: Nikos Mavrogiannopoulos Date: Sat, 15 Feb 2003 23:05:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_8_3~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6e2184579287db3cec85e7fbd49e34fdce8cd44;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 7f8e1e459d..87ff286e36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2003-02-15 21:48 nmav + + * lib/: auth_cert.c, gnutls_x509.c: + + Added a primitive function to load a file into memory, so that no + certificate files are truncated. Also fixed a bug in the client + certificate callback function. + +2003-02-15 17:13 nmav + + * lib/gnutls_ui.c: + + Null, as the data value, is now an acceptable value in functions + that may return the size of the data. + 2003-02-14 15:48 nmav * lib/auth_cert.c, lib/gnutls.h.in.in, lib/gnutls_cert.c,