summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2009-09-13 19:15:03 +1000
committerSimon Josefsson <simon@josefsson.org>2009-09-14 15:52:55 +0200
commit07d787819c9a73288973ab3a1423364f2411d837 (patch)
treee11615950a1c29d5a6d743f0606f5f8cd0f42a13
parent21ec522b866fbd62db2c083e2609353df6e3d99b (diff)
downloadgnutls-07d787819c9a73288973ab3a1423364f2411d837.tar.gz
Add forgotten documentation bits for issuer altname
Signed-off-by: Simon Josefsson <simon@josefsson.org>
-rw-r--r--lib/x509/x509.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index f0508a4ead..dfd578752f 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -1265,6 +1265,9 @@ gnutls_x509_crt_get_subject_alt_name (gnutls_x509_crt_t cert,
* the required size. If the certificate does not have an
* Alternative name with the specified sequence number then
* %GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE is returned.
+ *
+ * Since: 2.10.0
+ *
**/
int
gnutls_x509_crt_get_issuer_alt_name (gnutls_x509_crt_t cert,
@@ -1334,6 +1337,9 @@ gnutls_x509_crt_get_subject_alt_name2 (gnutls_x509_crt_t cert,
* the required size. If the certificate does not have an
* Alternative name with the specified sequence number then
* %GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE is returned.
+ *
+ * Since: 2.10.0
+ *
**/
int
gnutls_x509_crt_get_issuer_alt_name2 (gnutls_x509_crt_t cert,
@@ -1405,6 +1411,9 @@ gnutls_x509_crt_get_subject_alt_othername_oid (gnutls_x509_crt_t cert,
* certificate does not have an Alternative name with the specified
* sequence number and with the otherName type then
* %GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE is returned.
+ *
+ * Since: 2.10.0
+ *
**/
int
gnutls_x509_crt_get_issuer_alt_othername_oid (gnutls_x509_crt_t cert,