[git] gnupg-doc - branch, master, updated. adec09e94940869c14b26a3e086e87e91951065f
by Robert J. Hansen
cvs at cvs.gnupg.org
Sun Aug 30 01:49:42 CEST 2015
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 GnuPG website and other docs".
The branch, master has been updated
via adec09e94940869c14b26a3e086e87e91951065f (commit)
from a426459c7196ef803ceb18450f7000074a418150 (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 adec09e94940869c14b26a3e086e87e91951065f
Author: Robert J. Hansen <rjh at sixdemonbag.org>
Date: Sat Aug 29 19:49:35 2015 -0400
Cleaned up some discussion about hashes.
diff --git a/web/faq/gnupg-faq.org b/web/faq/gnupg-faq.org
index 7ec122f..d855609 100644
--- a/web/faq/gnupg-faq.org
+++ b/web/faq/gnupg-faq.org
@@ -976,23 +976,15 @@ to an astonishing amount of peer review.
the way of changes. It still generates 160-bit outputs. SHA-1 has
not aged well. Although it is still believed to be safe, it would
be advisable to use another, different hash function if possible.
-- *SHA-224*: This is a massively-overhauled SHA-1 which generates
- 224-bit outputs. It is believed to be safe, with no warnings about
- its usage.
-- *SHA-256*: This is a massively-overhauled SHA-1 which generates
- 256-bit outputs. It is believed to be safe, with no warnings about
- its usage.
-- *SHA-384*: This is a massively-overhauled SHA-1 which generates
- 384-bit outputs. It is believed to be safe, with no warnings about
- its usage.
-- *SHA-512*: This is a massively-overhauled SHA-1 which generates
- 512-bit outputs. It is believed to be safe, with no warnings about
- its usage.
+- *SHA-224, 256, 384, or 512*: This is a massively-overhauled SHA-1 which
+ generates larger hashes (224, 256, 384, or 512 bits). Right now,
+ these are the strongest hashes in GnuPG.
- *SHA-3*: SHA-3 is a completely new hash algorithm that makes a clean
break with the previous SHAs. It is believed to be safe, with no
- warnings about its usage. At present, GnuPG does not support SHA-3.
- Support for SHA-3 is forthcoming: expect it soon.
-
+ warnings about its usage. It hasn't yet been officially introduced
+ into the OpenPGP standard, and for that reason GnuPG doesn't support
+ it. However, SHA-3 will probably be incorporated into the spec, and
+ GnuPG will support it as soon as it does.
** What’s MD5?
-----------------------------------------------------------------------
Summary of changes:
web/faq/gnupg-faq.org | 22 +++++++---------------
1 file changed, 7 insertions(+), 15 deletions(-)
hooks/post-receive
--
The GnuPG website and other docs
http://git.gnupg.org
More information about the Gnupg-commits
mailing list