summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2005-04-22 15:23:12 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2005-04-22 15:23:12 +0000
commitc56a7acf8f4673991bd12195e1d5c5dc6d4c06b9 (patch)
treee3c94d24407079cf70e00e5124e796ddb86e260c
parent1efd90c2264f6dbebb7862da4a3d0aec8047bf12 (diff)
downloadgnutls-c56a7acf8f4673991bd12195e1d5c5dc6d4c06b9.tar.gz
*** empty log message ***
-rw-r--r--lib/x509/x509.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 58d404caef..a8dd2e9dd7 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -262,9 +262,9 @@ int gnutls_x509_crt_get_issuer_dn(gnutls_x509_crt_t cert, char *buf,
* @sizeof_buf: initially holds the size of @buf
*
* This function will extract the part of the name of the Certificate
- * issuer specified by the given OID. The output will be encoded as
- * described in RFC2253. The output string will be ASCII or UTF-8
- * encoded, depending on the certificate data.
+ * issuer specified by the given OID. The output, if the raw flag is not
+ * used, will be encoded as described in RFC2253. Thus a string that is
+ * ASCII or UTF-8 encoded, depending on the certificate data.
*
* Some helper macros with popular OIDs can be found in gnutls/x509.h
* If raw flag is zero, this function will only return known OIDs as
@@ -366,7 +366,8 @@ int gnutls_x509_crt_get_dn(gnutls_x509_crt_t cert, char *buf,
* @sizeof_buf: initially holds the size of @buf
*
* This function will extract the part of the name of the Certificate
- * subject, specified by the given OID. The output string will be
+ * subject specified by the given OID. The output, if the raw flag is not
+ * used, will be encoded as described in RFC2253. Thus a string that is
* ASCII or UTF-8 encoded, depending on the certificate data.
*
* Some helper macros with popular OIDs can be found in gnutls/x509.h