gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_3_0_x, updated. gnutls_3_0_1-3-gb01c1ed


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_3_0_x, updated. gnutls_3_0_1-3-gb01c1ed
Date: Sun, 21 Aug 2011 12:45:15 +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=b01c1ed6e1ca8de32920cc2c5e70dca5eb040ba2

The branch, gnutls_3_0_x has been updated
       via  b01c1ed6e1ca8de32920cc2c5e70dca5eb040ba2 (commit)
       via  4422e3a45cf982d887b971a9774bd79473269936 (commit)
       via  0fc63a0143381cfc54451f1c9501c447d84f8465 (commit)
      from  75c2c252204d55758de8dda5d27c80927be73ea0 (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 b01c1ed6e1ca8de32920cc2c5e70dca5eb040ba2
Merge: 75c2c25 4422e3a
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Aug 21 14:45:06 2011 +0200

    Merge branch 'master' into gnutls_3_0_x

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

Summary of changes:
 lib/gnutls_ui.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c
index 7268467..6aed575 100644
--- a/lib/gnutls_ui.c
+++ b/lib/gnutls_ui.c
@@ -372,7 +372,7 @@ gnutls_dh_get_prime_bits (gnutls_session_t session)
  *
  * Get the export RSA parameter's modulus size.
  *
- * Returns: the bits used in the last RSA-EXPORT key exchange with the
+ * Returns: The bits used in the last RSA-EXPORT key exchange with the
  *   peer, or a negative error code in case of error.
  **/
 int
@@ -394,7 +394,7 @@ gnutls_rsa_export_get_modulus_bits (gnutls_session_t 
session)
  * Get the Diffie-Hellman public key bit size.  Can be used for both
  * anonymous and ephemeral Diffie-Hellman.
  *
- * Returns: the public key bit size used in the last Diffie-Hellman
+ * Returns: The public key bit size used in the last Diffie-Hellman
  *   key exchange with the peer, or a negative error code in case of error.
  **/
 int
@@ -451,11 +451,11 @@ gnutls_dh_get_peers_public_bits (gnutls_session_t session)
  * gnutls_certificate_get_ours:
  * @session: is a gnutls session
  *
- * Get the certificate as sent to the peer, in the last handshake.
- * These certificates are in raw format.  In X.509 this is a
- * certificate list. In OpenPGP this is a single certificate.
+ * Gets the certificate as sent to the peer in the last handshake.
+ * The certificate is in raw (DER) format.  No certificate
+ * list is being returned. Only the first certificate.
  *
- * Returns: return a pointer to a #gnutls_datum_t containing our
+ * Returns: a pointer to a #gnutls_datum_t containing our
  *   certificates, or %NULL in case of an error or if no certificate
  *   was used.
  **/
@@ -494,7 +494,7 @@ gnutls_certificate_get_ours (gnutls_session_t session)
  * In case of OpenPGP keys a single key will be returned in raw
  * format.
  *
- * Returns: return a pointer to a #gnutls_datum_t containing our
+ * Returns: a pointer to a #gnutls_datum_t containing our
  *   certificates, or %NULL in case of an error or if no certificate
  *   was used.
  **/


hooks/post-receive
-- 
GNU gnutls



reply via email to

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