Add a FAQ on how to check the authenticity of the openSSL distribution.
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Nov 2002 13:01:12 +0000 (13:01 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Nov 2002 13:01:12 +0000 (13:01 +0000)
PR: 292

FAQ

diff --git a/FAQ b/FAQ
index e4ce5bde5bf862a0fb89d4d8dc8bd7722ebb662d..4885721a3f4b257c80ec88d45fe2fce859272ffb 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -9,6 +9,7 @@ OpenSSL  -  Frequently Asked Questions
 * Where can I get a compiled version of OpenSSL?
 * Why aren't tools like 'autoconf' and 'libtool' used?
 * What is an 'engine' version?
+* How do I check the authenticity of the OpenSSL distribution?
 
 [LEGAL] Legal questions
 
@@ -133,6 +134,19 @@ hardware. This was realized in a special release '0.9.6-engine'. With
 version 0.9.7 (not yet released) the changes were merged into the main
 development line, so that the special release is no longer necessary.
 
+* How do I check the authenticity of the OpenSSL distribution?
+
+We provide MD5 digests and ASC signatures of each tarball.
+Use MD5 to check that a tarball from a mirror site is identical:
+
+   md5sum TARBALL | awk '{print $1;}' | cmp - TARBALL.md5
+
+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). Then
+just do:
+
+   pgp TARBALL.asc
+
 [LEGAL] =======================================================================
 
 * Do I need patent licenses to use OpenSSL?