]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 9 Jan 2003 23:05:10 +0000 (23:05 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 9 Jan 2003 23:05:10 +0000 (23:05 +0000)
ChangeLog

index 8b9065b115c87ba5b40f6f19d966047c8352fd53..cb1516e4af670a6d770c4ea4eba2aba492f10b69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2003-01-09 21:52  nmav <nmav@gnutls.org>
+
+       * NEWS, acinclude.m4, configure.in, doc/README.CODING_STYLE,
+       lib/Makefile.am, lib/defines.h, lib/gnutls.h.in.in, lib/gnutls.sym,
+       lib/gnutls_auth.c, lib/gnutls_cipher_int.c,
+       lib/gnutls_cipher_int.h, lib/gnutls_hash_int.c,
+       lib/gnutls_hash_int.h, lib/gnutls_state.c:
+
+       Only the documented symbols are now exported.  
+
+2003-01-09 08:29  nmav <nmav@gnutls.org>
+
+       * lib/gnutls_x509.c:
+
+       If the certificate does not contain the basicConstraints extension
+       GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE will be returned by
+       gnutls_x509_extract_certificate_ca_status().  
+
 2003-01-08 22:58  nmav <nmav@gnutls.org>
 
        * NEWS, lib/gnutls_ui.h, lib/gnutls_x509.c: