]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Add.
authorSimon Josefsson <simon@josefsson.org>
Fri, 9 Feb 2007 13:12:42 +0000 (13:12 +0000)
committerSimon Josefsson <simon@josefsson.org>
Fri, 9 Feb 2007 13:12:42 +0000 (13:12 +0000)
NEWS
includes/gnutls/x509.h

diff --git a/NEWS b/NEWS
index 9067755af71259f5d72f288a5918a68cab2edd98..ac987c6228e247e1d9b2a8ef0ed23886bd439e83 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,7 @@ The function is gnutls_x509_crt_print.
 
 ** API and ABI modifications:
 gnutls_x509_crt_print: ADD
+gnutls_certificate_print_formats_t: ADD, new enum.
 gnutls_x509_crt_get_signature: ADD.
 gnutls_x509_crt_get_extension_data: ADD.
 gnutls_x509_crt_get_extension_info: ADD.
index e23d17ce4c742175cd96c0aa906d551549a02a3c..d5e3a45b1b7f79cb840a972b70f7043459b45efc 100644 (file)
@@ -295,6 +295,7 @@ extern "C"
     {
       GNUTLS_X509_CRT_FULL,
       GNUTLS_X509_CRT_ONELINE,
+      GNUTLS_X509_CRT_UNSIGNED_FULL
     } gnutls_certificate_print_formats_t;
 
   int gnutls_x509_crt_print (gnutls_x509_crt_t cert,