From: Nikos Mavrogiannopoulos Date: Thu, 12 Dec 2002 17:03:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_0_8_0~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7700a47318b513a97e7151eafe72380dc679ecf;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/NEWS b/NEWS index b6274b4d06..c89b57e4cd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 0.6.1 +- Added gnutls_x509_extract_dn_string() which returns a + distinguished name in a single string. + Version 0.6.0 (8/12/2002) - Added "gnutls/compat4.h" header. This is included in gnutls.h to emulate the old 0.4.x API. diff --git a/doc/README.CODING_STYLE b/doc/README.CODING_STYLE index b311346d19..a3d2fa92d6 100644 --- a/doc/README.CODING_STYLE +++ b/doc/README.CODING_STYLE @@ -44,6 +44,8 @@ The rules here are not always used, although we try to stick to them. 1. Input parameters. 2. Output parameters + When data and size is expected, a gnutls_datum structure should be + used. *** Callback function parameters: Callback functions should be avoided, if this is possible.