[git] GCRYPT - branch, master, updated. libgcrypt-1.8.1-46-g92fd86e

by Werner Koch cvs at cvs.gnupg.org
Thu Mar 22 15:35:41 CET 2018


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 "The GNU crypto library".

The branch, master has been updated
       via  92fd86e9956ef3fea51d72495fd0da09522e57a1 (commit)
      from  0b3ec359e2279c3b46b171372b1b7733bba20cd7 (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 92fd86e9956ef3fea51d72495fd0da09522e57a1
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Mar 22 15:28:04 2018 +0100

    doc: Clarify the value range of the use-rsa-e parameter.
    
    --
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index bba07a4..967745f 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -2905,7 +2905,9 @@ Use the given value.
 
 @noindent
 If this parameter is not used, Libgcrypt uses for historic reasons
-65537.
+65537.  Note that the value must fit into a 32 bit unsigned variable
+and that the usual C prefixes are considered (e.g. 017 gives 15).
+
 
 @item qbits @var{n}
 This is only meanigful for DSA keys.  If it is given the DSA key is
diff --git a/src/sexp.c b/src/sexp.c
index 0462d92..9d89268 100644
--- a/src/sexp.c
+++ b/src/sexp.c
@@ -401,7 +401,7 @@ _gcry_sexp_vlist( const gcry_sexp_t a, ... )
 
 /****************
  * Append n to the list a
- * Returns: a new ist (which maybe a)
+ * Returns: a new list (which maybe a)
  */
 gcry_sexp_t
 _gcry_sexp_append( const gcry_sexp_t a, const gcry_sexp_t n )

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

Summary of changes:
 doc/gcrypt.texi | 4 +++-
 src/sexp.c      | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list