You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2011/11/10 18:39:46 UTC

svn commit: r1200446 - /tomcat/trunk/webapps/docs/config/listeners.xml

Author: schultz
Date: Thu Nov 10 17:39:45 2011
New Revision: 1200446

URL: http://svn.apache.org/viewvc?rev=1200446&view=rev
Log:
Added documentation for "FIPSMode" attribute in AprLifecycleListener.

Modified:
    tomcat/trunk/webapps/docs/config/listeners.xml

Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1200446&r1=1200445&r2=1200446&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/trunk/webapps/docs/config/listeners.xml Thu Nov 10 17:39:45 2011
@@ -110,6 +110,15 @@
         this to <code>/dev/urandom</code> to allow quicker start times.</p>
       </attribute>
 
+      <attribute name="FIPSMode" required="false">
+        <p>Set to "on" to instruct OpenSSL to go into FIPS mode.
+        FIPS mode <i>requires you to have a FIPS-capable OpenSSL library which
+        you must build yourself</i>.
+        FIPS mode also requires Tomcat native library version 1.1.23 or later,
+        which <i>must be built against the FIPS-compatible OpenSSL</i> library.
+        The default value is <code>off</code>.</p>
+      </attribute>
+
     </attributes>
 
   </subsection>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org