diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-03-08 20:51:43 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-03-08 20:51:43 +0100 |
commit | e04784be95c5f35578805d102e275606b14ab7f4 (patch) | |
tree | 7e4a44d244bec75ad37ac298affacfc120f34625 /doc/cha-cert-auth.texi | |
parent | 0576bed68f4161e90ad8ce54b90154eea218fa67 (diff) | |
download | gnutls-e04784be95c5f35578805d102e275606b14ab7f4.tar.gz |
doc update
Diffstat (limited to 'doc/cha-cert-auth.texi')
-rw-r--r-- | doc/cha-cert-auth.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/cha-cert-auth.texi b/doc/cha-cert-auth.texi index 10ab9cf807..b7a29631d9 100644 --- a/doc/cha-cert-auth.texi +++ b/doc/cha-cert-auth.texi @@ -224,19 +224,18 @@ exist for the CRL structure @code{gnutls_x509_crl_t}. The ``subject'' of an X.509 certificate is not described by a single name, but rather with a distinguished name. This in X.509 terminology is a list of strings each associated an object -identifier. To make things simple GnuTLS provides @funcref{gnutls_x509_crt_get_dn} +identifier. To make things simple GnuTLS provides @funcref{gnutls_x509_crt_get_dn2} which follows the rules in @xcite{RFC4514} and returns a single string. Access to each string by individual object identifiers can be accessed using @funcref{gnutls_x509_crt_get_dn_by_oid}. -@showfuncdesc{gnutls_x509_crt_get_dn} -@showfuncdesc{gnutls_x509_crt_get_dn_by_oid} -@showfuncdesc{gnutls_x509_crt_get_dn_oid} +@showfuncdesc{gnutls_x509_crt_get_dn2} +@showfuncC{gnutls_x509_crt_get_dn,gnutls_x509_crt_get_dn_by_oid,gnutls_x509_crt_get_dn_oid} Similar functions exist to access the distinguished name 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} +@showfuncE{gnutls_x509_crt_get_issuer_dn,gnutls_x509_crt_get_issuer_dn2,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 |