Author: schultz Date: Wed Jan 30 21:28:22 2019 New Revision: 1852553 URL: http://svn.apache.org/viewvc?rev=1852553&view=rev Log: Update the EncryptInterceptor documentation to include expanded cipher block-mode information.
Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Modified: tomcat/trunk/webapps/docs/config/cluster-interceptor.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/cluster-interceptor.xml?rev=1852553&r1=1852552&r2=1852553&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/cluster-interceptor.xml (original) +++ tomcat/trunk/webapps/docs/config/cluster-interceptor.xml Wed Jan 30 21:28:22 2019 @@ -219,7 +219,9 @@ <a href="https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html">https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html</a> for the standard JCA names that can be used. - The <i>mode</i> is currently required to be <code>CBC</code>. + EncryptInterceptor currently supports the following + <a href="https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation">block-cipher modes</a>: + CBC, OFB, CFB, and GCM. The length of the key will specify the flavor of the encryption algorithm to be used, if applicable (e.g. AES-128 versus AES-256). --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org