diff options
author | Brad Hards <bradh@frogmouth.net> | 2009-09-09 21:57:06 +1000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-09-10 08:21:10 +0200 |
commit | 6d53cd6b1ef73cd239f29df42ca07c9d6f0cd107 (patch) | |
tree | 4392a001279fe58fb8e1ddd5df38dc9a1b2fe660 /doc | |
parent | 36db99c522b5edb2221e9fd23f53f63aacd43f9f (diff) | |
download | gnutls-6d53cd6b1ef73cd239f29df42ca07c9d6f0cd107.tar.gz |
Add X509 Issuer Altname functions
Signed-off-by: Simon Josefsson <simon@josefsson.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manpages/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 4c0ff22762..b894f7e9e9 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -431,8 +431,11 @@ APIMANS += gnutls_x509_crt_get_subject_key_id.3 APIMANS += gnutls_x509_crt_get_authority_key_id.3 APIMANS += gnutls_x509_crt_get_pk_algorithm.3 APIMANS += gnutls_x509_crt_get_subject_alt_name.3 +APIMANS += gnutls_x509_crt_get_issuer_alt_name.3 APIMANS += gnutls_x509_crt_get_subject_alt_name2.3 +APIMANS += gnutls_x509_crt_get_issuer_alt_name2.3 APIMANS += gnutls_x509_crt_get_subject_alt_othername_oid.3 +APIMANS += gnutls_x509_crt_get_issuer_alt_othername_oid.3 APIMANS += gnutls_x509_crt_get_basic_constraints.3 APIMANS += gnutls_x509_crt_get_ca_status.3 APIMANS += gnutls_x509_crt_get_key_usage.3 |