Re: removing SSL deprecated classes

2004-06-16 Thread Daniel Rall
Ryan Bloom wrote: Is there a reason that we are continuing to use the com.sun.net.ssl classes for SSL? The javax.net.ssl classes are in JSSE 1.0.3_03 at least, and it would mean that we could have a clean compile if we moved to the non-deprecated classes. Don't know off-hand, thought I suspect

removing SSL deprecated classes

2004-06-16 Thread Ryan Bloom
Is there a reason that we are continuing to use the com.sun.net.ssl classes for SSL? The javax.net.ssl classes are in JSSE 1.0.3_03 at least, and it would mean that we could have a clean compile if we moved to the non-deprecated classes. Ryan