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-2, updated. gnutls_3_0_22-4-g44b9e


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_3_0_x-2, updated. gnutls_3_0_22-4-g44b9e72
Date: Sat, 04 Aug 2012 20:26:43 +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=44b9e723abb60b2e8722177c711d90412c2c4310

The branch, gnutls_3_0_x-2 has been updated
       via  44b9e723abb60b2e8722177c711d90412c2c4310 (commit)
       via  0628efa464c1412a4737ea4723c43ddb074fabb3 (commit)
      from  818cb81feb8f8426a0a6cd43b6928f92dec907b1 (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 44b9e723abb60b2e8722177c711d90412c2c4310
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Aug 4 22:25:22 2012 +0200

    corrected typo

commit 0628efa464c1412a4737ea4723c43ddb074fabb3
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Aug 4 22:21:55 2012 +0200

    bumped version

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

Summary of changes:
 cross.mk                |    2 +-
 lib/gnutls_rsa_export.c |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/cross.mk b/cross.mk
index 08f20dc..e3f0c04 100644
--- a/cross.mk
+++ b/cross.mk
@@ -1,4 +1,4 @@
-GNUTLS_VERSION:=3.0.20
+GNUTLS_VERSION:=3.0.22
 GNUTLS_FILE:=gnutls-$(GNUTLS_VERSION).tar.xz
 GNUTLS_DIR:=gnutls-$(GNUTLS_VERSION)
 
diff --git a/lib/gnutls_rsa_export.c b/lib/gnutls_rsa_export.c
index 63bd782..c88aee4 100644
--- a/lib/gnutls_rsa_export.c
+++ b/lib/gnutls_rsa_export.c
@@ -149,10 +149,10 @@ gnutls_rsa_params_generate2 (gnutls_rsa_params_t params, 
unsigned int bits)
 /**
  * gnutls_rsa_params_import_pkcs1:
  * @params: A structure where the parameters will be copied to
- * @pkcs1_params: should contain a PKCS1 RSAPublicKey structure PEM or DER 
encoded
+ * @pkcs1_params: should contain a PKCS1 RSAPrivateKey structure PEM or DER 
encoded
  * @format: the format of params. PEM or DER.
  *
- * This function will extract the RSAPublicKey found in a PKCS1 formatted
+ * This function will extract the RSAPrivateKey found in a PKCS1 formatted
  * structure.
  *
  * If the structure is PEM encoded, it should have a header
@@ -172,11 +172,11 @@ gnutls_rsa_params_import_pkcs1 (gnutls_rsa_params_t 
params,
  * gnutls_rsa_params_export_pkcs1:
  * @params: Holds the RSA parameters
  * @format: the format of output params. One of PEM or DER.
- * @params_data: will contain a PKCS1 RSAPublicKey structure PEM or DER encoded
+ * @params_data: will contain a PKCS1 RSAPrivateKey structure PEM or DER 
encoded
  * @params_data_size: holds the size of params_data (and will be replaced by 
the actual size of parameters)
  *
  * This function will export the given RSA parameters to a PKCS1
- * RSAPublicKey structure. If the buffer provided is not long enough to
+ * RSAPrivateKey structure. If the buffer provided is not long enough to
  * hold the output, then GNUTLS_E_SHORT_MEMORY_BUFFER will be returned.
  *
  * If the structure is PEM encoded, it will have a header


hooks/post-receive
-- 
GNU gnutls



reply via email to

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