]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 12 Dec 2002 17:03:47 +0000 (17:03 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 12 Dec 2002 17:03:47 +0000 (17:03 +0000)
NEWS
doc/README.CODING_STYLE

diff --git a/NEWS b/NEWS
index b6274b4d06e84292f0d7bd1f667482c3ff1681da..c89b57e4cd624e056bdc731ae26db2357b6f5878 100644 (file)
--- 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.
index b311346d1963b88bafa8539b363ae06648091494..a3d2fa92d6b1079b2608f60426b9be97e542af43 100644 (file)
@@ -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.