"ngolehung84" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi, > I have read the source of Tomcat 5 but I can't find where the code > implementing some algorithms( RSA, RC4, .........). > Where can I get the algorithm list and the implementation of above > algorithms.
Tomcat doesn't contain any cryptographic code at all (it certainly makes dealing with US crypto export restrictions easier :). What it does have is code to manipulate the SSL crypto that it finds lying around in whatever java.security.Provider you have configured (usually the one supplied by your JVM vendor). As such, the list depends on what is available from your Provider. There are several O/S security providers out there (Google is your friend :). And, of course there is always OpenSSL (used by the APR connector), if you don't care about having a Java implementation. > thanks, > Hung. > -- > View this message in context: > http://www.nabble.com/SSL-t1318762.html#a3516951 > Sent from the Tomcat - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]