From: Simon Josefsson Date: Fri, 9 Feb 2007 13:12:42 +0000 (+0000) Subject: Add. X-Git-Tag: gnutls_1_7_6~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eccb1b4b0cda7151a03e5754073c401298dfe6ef;p=thirdparty%2Fgnutls.git Add. --- 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,