[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Fri Jun 17 14:23:51 UTC 2016
The branch master has been updated
via 2ee997337d3cb9ebf6b7694d43380112b307b261 (commit)
from b5e01cf04697cb5914660f417864c02e5f39ade0 (commit)
- Log -----------------------------------------------------------------
commit 2ee997337d3cb9ebf6b7694d43380112b307b261
Author: Rich Salz <rsalz at akamai.com>
Date: Fri Jun 17 10:23:48 2016 -0400
more faq tweak; sigh
-----------------------------------------------------------------------
Summary of changes:
docs/faq.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/faq.txt b/docs/faq.txt
index 9953c23..569890a 100644
--- a/docs/faq.txt
+++ b/docs/faq.txt
@@ -163,9 +163,10 @@ so that the special release is no longer necessary.
* How do I check the authenticity of the OpenSSL distribution?
We provide PGP signatures and a variety of digests on each release.
-For example:
+For example, one of the following might work on your system:
sha1sum TARBALL | awk '{print $1;}' | cmp - TARBALL.sha1
+ sha256sum TARBALL | awk '{print $1;}' | cmp - TARBALL.sha256
You can check authenticity using pgp or gpg. You need the OpenSSL team
member public key used to sign it (download it from a key server, see a
More information about the openssl-commits
mailing list