About SSL source code
843811Mar 11 2010 — edited Mar 12 2010Hello,
I want to view the source code of sun's implementation classes for SSL code, but can't find it. For example, I want the view the source for the implementation of javax.net.ssl.SSLSocket which is com.sun.net.ssl.internal.ssl.SSLSocketImpl.
I tried downloading source from [http://download.java.net/jdk6/source/|http://download.java.net/jdk6/source/] as well as from [http://download.java.net/openjdk/jdk6/|http://download.java.net/openjdk/jdk6/] , but these download don't contain all of the SSL class implementations.
Is this code still proprietary code from sun that cannot be viewed?
Thank you.