From d2cb9f4089226e947e652cadfd62fed5e5ef0b64 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 28 Nov 2012 00:24:47 +0100 Subject: [PATCH] Revert "do not document low-level functions" This reverts commit 7b334d581007ba4a91837edb1e0081959f32e363. --- doc/cha-cert-auth.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/cha-cert-auth.texi b/doc/cha-cert-auth.texi index c4d2fdd21..afc3670d0 100644 --- a/doc/cha-cert-auth.texi +++ b/doc/cha-cert-auth.texi @@ -238,6 +238,13 @@ of the issuer of the certificate. @showfuncD{gnutls_x509_crt_get_issuer_dn,gnutls_x509_crt_get_issuer_dn_by_oid,gnutls_x509_crt_get_issuer_dn_oid,gnutls_x509_crt_get_issuer} +The more powerful @funcref{gnutls_x509_crt_get_subject} and +@funcref{gnutls_x509_dn_get_rdn_ava} provide efficient but low-level access +to the contents of the distinguished name structure. + +@showfuncB{gnutls_x509_crt_get_subject,gnutls_x509_crt_get_issuer} +@showfuncdesc{gnutls_x509_dn_get_rdn_ava} + @node X.509 public and private keys @subsection Accessing public and private keys -- 2.11.4.GIT