]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Explain this branch in the README while in-process
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 6 Jun 2005 16:40:09 +0000 (16:40 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 6 Jun 2005 16:40:09 +0000 (16:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/ssl-fips-dev@180338 13f79535-47bb-0310-9956-ffa450edef68

README

diff --git a/README b/README
index 5f9421cf50895a05ddce2b7d7ea52f6375b9d7f5..bf3b9fdb5111ec2eef8eafa99adae4752658bfa6 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,20 @@
+WORKING COPY httpd/branches/ssl-fips-dev
+
+ This sandbox is for development around the FIPS 140-2 standard as implemented
+ by Ben Laurie and team of OpenSSL with the 0.9.7 verisons.  The effort for
+ OpenSSL FIPS certification is coordinated by the Open Source Software
+ Institute.  OpenSSL 0.9.7 is in the process of certification testing.  See:
+
+ http://oss-institute.org/index.php?option=content&task=view&id=109
+
+ The crypto layer, itself, is the object of certification.  In this case,
+ that is encompased in libcrypto.so.  But libcrypto.so needs to be told to
+ enforce FIPS 140 policy, and mod_ssl needs to be adjusted to the FIPS 140
+ subset of permitted cryptography.
+
+ This effort is initially coordinated by Ben Laurie and Will Rowe; of course
+ all voulenteers and feedback are welcome.
+
 SYNOPSIS
 
  This Apache module provides strong cryptography for the Apache 2 webserver