https://issues.apache.org/bugzilla/show_bug.cgi?id=50570
Christopher Schultz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Allow explicit use of FIPS |Allow explicit use of FIPS |mode for SSL connectors |mode in APR connector --- Comment #3 from Christopher Schultz <[email protected]> 2011-01-13 14:49:06 EST --- Changing description to reflect new requirements: NIO/BIO connectors need no such explicit configuration. It looks like this can be done by adding a member, accessor, and mutator to AprEndpoint and then in AprEndpoint.bind, call (a new method) SSLContext.setFIPSMode which calls FIPS_mode_set. One thing I'm unclear on is how to get the configuration from server.xml's <Connector> all the way down to the AprEndpoint object. What object has setXXX() called on it when configuring a <Connector>? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
