~ubuntu-branches/debian/sid/tomcat6/sid

« back to all changes in this revision

Viewing changes to webapps/docs/config/listeners.xml

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-05-22 10:03:04 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20140522100304-mihmp51mlvi4mr0m
Tags: 6.0.41-1
* New upstream release.
  - Refreshed the patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
      </attribute>
114
114
 
115
115
      <attribute name="FIPSMode" required="false">
116
 
        <p>Set to <code>on</code> to instruct OpenSSL to go into FIPS mode.
117
 
        FIPS mode <em>requires you to have a FIPS-capable OpenSSL library which
 
116
        <p>Set to <code>on</code> to request that OpenSSL be in FIPS mode
 
117
        (if OpenSSL is already in FIPS mode, it will remain in FIPS mode).
 
118
        Set to <code>enter</code> to force OpenSSL to enter FIPS mode (an error
 
119
        will occur if OpenSSL is already in FIPS mode).
 
120
        Set to <code>require</code> to require that OpenSSL <i>already</i> be
 
121
        in FIPS mode (an error will occur if OpenSSL is not already in FIPS
 
122
        mode).</p>
 
123
        <p>FIPS mode <em>requires you to have a FIPS-capable OpenSSL library which
118
124
        you must build yourself</em>.
119
 
        FIPS mode also requires Tomcat native library version 1.1.23 or later,
120
 
        which <em>must be built against the FIPS-compatible OpenSSL</em> library.
121
 
        If this attribute is "on", <b>SSLEngine</b> must be enabled as well.
122
 
        The default value is <code>off</code>.</p>
 
125
        If this attribute is set to any of the above values, the <b>SSLEngine</b>
 
126
        must be enabled as well.</p>
 
127
        <p>The default value is <code>off</code>.</p>
123
128
      </attribute>
124
129
 
125
130
    </attributes>