From: Simon Josefsson Date: Fri, 1 Oct 2010 09:20:28 +0000 (+0200) Subject: Mention new APIs. X-Git-Tag: gnutls_2_11_3~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc81cd0ca10bb454bb1520a6b2acba61ecbc4c2f;p=thirdparty%2Fgnutls.git Mention new APIs. --- diff --git a/NEWS b/NEWS index 71caf65008..af4a43140f 100644 --- a/NEWS +++ b/NEWS @@ -23,7 +23,8 @@ introduced with the new nettle code. ** libgnutls: Corrected advertizing issue for session tickets. ** API and ABI modifications: -No changes since last version. +gnutls_x509_crt_get_subject_unique_id: ADDED. +gnutls_x509_crt_get_issuer_unique_id: ADDED. * Version 2.11.1 (released 2010-09-14) diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 794c1fa2ed..97ad516162 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -561,6 +561,8 @@ APIMANS += gnutls_x509_crt_get_key_purpose_oid.3 APIMANS += gnutls_x509_crt_get_pk_rsa_raw.3 APIMANS += gnutls_x509_crt_get_pk_dsa_raw.3 APIMANS += gnutls_x509_crt_list_import.3 +APIMANS += gnutls_x509_crt_get_subject_unique_id.3 +APIMANS += gnutls_x509_crt_get_issuer_unique_id.3 APIMANS += gnutls_x509_crt_set_dn_by_oid.3 APIMANS += gnutls_x509_crt_set_issuer_dn_by_oid.3 APIMANS += gnutls_x509_crt_set_proxy_dn.3