emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/tzz/nettle 4382b06: WIP: GnuTLS: add secure-hash-a


From: Teodor Zlatanov
Subject: [Emacs-diffs] scratch/tzz/nettle 4382b06: WIP: GnuTLS: add secure-hash-algorithms to simplify tests.1
Date: Mon, 17 Apr 2017 14:56:55 -0400 (EDT)

branch: scratch/tzz/nettle
commit 4382b06b0b285705c52d03e43eae6b1ef311b313
Author: Ted Zlatanov <address@hidden>
Commit: Ted Zlatanov <address@hidden>

    WIP: GnuTLS: add secure-hash-algorithms to simplify tests.1
---
 src/fns.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/fns.c b/src/fns.c
index f148c13..a14d8ad 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -4984,6 +4984,8 @@ The two optional arguments START and END are positions 
specifying for
 which part of OBJECT to compute the hash.  If nil or omitted, uses the
 whole OBJECT.
 
+The full list of algorithms can be obtained with `secure-hash-algorithms'.
+
 If BINARY is non-nil, returns a string in binary form.  */)
   (Lisp_Object algorithm, Lisp_Object object, Lisp_Object start, Lisp_Object 
end, Lisp_Object binary)
 {



reply via email to

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