Author: markt Date: Tue Jan 5 15:38:58 2016 New Revision: 1723101 URL: http://svn.apache.org/viewvc?rev=1723101&view=rev Log: Add a test case to check consistency between CipherSuiteConverter and the known informaion in the Cipher enumeration.
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java?rev=1723101&r1=1723100&r2=1723101&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/net/openssl/ciphers/CipherSuiteConverter.java Tue Jan 5 15:38:58 2016 @@ -45,7 +45,7 @@ public final class CipherSuiteConverter * C - bulk cipher * D - HMAC algorithm * - * This regular expression assumees that: + * This regular expression assumes that: * * 1) A is always TLS or SSL, and * 2) D is always a single word. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org