Moved the JSSE code to separate package. Added a bunch of workarounds to support...
authorcostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 25 May 2010 06:42:26 +0000 (06:42 +0000)
committercostin <costin@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 25 May 2010 06:42:26 +0000 (06:42 +0000)
commitf7aa397425d4b3b2782c7461ad5a60b9e5fea917
tree5ff9de0000046cb4aa9304b53da96062203b51d6
parent65074a54140a3fb0c48ba57937a0402bfe7eeaca
Moved the JSSE code to separate package. Added a bunch of workarounds to support harmony/android, there seems to be a problem with the ciphers.
Probably the code will go away after I add APR support - too many problems, in particular SPDY can't be implemented as it relies on SSL protocol negotiation.
For now it mostly works on android.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@947935 13f79535-47bb-0310-9956-ffa450edef68
modules/tomcat-lite/java/org/apache/tomcat/lite/io/SslChannel.java [deleted file]
modules/tomcat-lite/java/org/apache/tomcat/lite/io/SslConnector.java [deleted file]
modules/tomcat-lite/java/org/apache/tomcat/lite/io/SslProvider.java [new file with mode: 0644]
modules/tomcat-lite/java/org/apache/tomcat/lite/io/jsse/JsseSslProvider.java [new file with mode: 0644]
modules/tomcat-lite/java/org/apache/tomcat/lite/io/jsse/SslChannel.java [new file with mode: 0644]