summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-09 13:12:42 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-09 13:12:42 +0000
commiteccb1b4b0cda7151a03e5754073c401298dfe6ef (patch)
treeff66b96dadc310f97436bc198c7f1508e74f9e9c
parent2e44051be40c585ea9aeb88c03fab97ed9dff4d4 (diff)
downloadgnutls-eccb1b4b0cda7151a03e5754073c401298dfe6ef.tar.gz
Add.
-rw-r--r--NEWS1
-rw-r--r--includes/gnutls/x509.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9067755af7..ac987c6228 100644
--- 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.
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h
index e23d17ce4c..d5e3a45b1b 100644
--- a/includes/gnutls/x509.h
+++ b/includes/gnutls/x509.h
@@ -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,