gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-36-g857ee31


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-36-g857ee31
Date: Sat, 22 May 2010 20:05:40 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=857ee3192c075020b5c65587ba49bc28f0ab0ed1

The branch, master has been updated
       via  857ee3192c075020b5c65587ba49bc28f0ab0ed1 (commit)
      from  3deda2c2f0c2acd25077b132b3d49c7e53159e8f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 857ee3192c075020b5c65587ba49bc28f0ab0ed1
Author: Simon Josefsson <address@hidden>
Date:   Sat May 22 22:05:34 2010 +0200

    Doc fix.

-----------------------------------------------------------------------

Summary of changes:
 lib/x509/x509.c |   24 ++++++++----------------
 1 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/lib/x509/x509.c b/lib/x509/x509.c
index 4bc6799..94a8b81 100644
--- a/lib/x509/x509.c
+++ b/lib/x509/x509.c
@@ -1185,11 +1185,8 @@ get_alt_name (gnutls_x509_crt_t cert, const char 
*extension_id,
  * @ret_size: holds the size of ret.
  * @critical: will be non zero if the extension is marked as critical (may be 
null)
  *
- * This function will return the alternative names, contained in the
- * given certificate.
- *
- * This is specified in X509v3 Certificate Extensions.  GNUTLS will
- * return the Alternative name (2.5.29.17), or a negative error code.
+ * This function retrieves the Alternative Name (2.5.29.17), contained
+ * in the given certificate in the X509v3 Certificate Extensions.
  *
  * When the SAN type is otherName, it will extract the data in the
  * otherName's value field, and %GNUTLS_SAN_OTHERNAME is returned.
@@ -1228,11 +1225,9 @@ gnutls_x509_crt_get_subject_alt_name (gnutls_x509_crt_t 
cert,
  * @ret_size: holds the size of ret.
  * @critical: will be non zero if the extension is marked as critical (may be 
null)
  *
- * This function will return the issuer alternative names, contained in the
- * given certificate.
- *
- * This is specified in X509v3 Certificate Extensions.  GNUTLS will
- * return the Isssuer Alternative name (2.5.29.18), or a negative error code.
+ * This function retrieves the Issuer Alternative Name (2.5.29.18),
+ * contained in the given certificate in the X509v3 Certificate
+ * Extensions.
  *
  * When the SAN type is otherName, it will extract the data in the
  * otherName's value field, and %GNUTLS_SAN_OTHERNAME is returned.
@@ -2566,8 +2561,9 @@ gnutls_x509_crt_verify_hash (gnutls_x509_crt_t crt, 
unsigned int flags,
  * @reason_flags: Revocation reasons flags.
  * @critical: will be non zero if the extension is marked as critical (may be 
null)
  *
- * This function will return the CRL distribution points (2.5.29.31),
- * contained in the given certificate.
+ * This function retrieves the CRL distribution points (2.5.29.31),
+ * contained in the given certificate in the X509v3 Certificate
+ * Extensions.
  *
  * @reason_flags should be an ORed sequence of
  * %GNUTLS_CRL_REASON_UNUSED, %GNUTLS_CRL_REASON_KEY_COMPROMISE,
@@ -2579,10 +2575,6 @@ gnutls_x509_crt_verify_hash (gnutls_x509_crt_t crt, 
unsigned int flags,
  * %GNUTLS_CRL_REASON_PRIVILEGE_WITHDRAWN,
  * %GNUTLS_CRL_REASON_AA_COMPROMISE, or zero for all possible reasons.
  *
- * This is specified in X509v3 Certificate Extensions. GNUTLS will
- * return the distribution point type, or a negative error code on
- * error.
- *
  * Returns: %GNUTLS_E_SHORT_MEMORY_BUFFER and updates &@ret_size if
  *   &@ret_size is not enough to hold the distribution point, or the
  *   type of the distribution point if everything was ok. The type is


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]