JRE 6, 7, 8 버전별 SSLContext Algorithms

조회 1,723 · 댓글 0
열린기술자열린기술자작성자2016년 5월 24일
1) JRE 6

http://docs.oracle.com/javase/6/docs/technotes/guides/security/StandardNames.html#SSLContext

SSLv2, SSLv3, TLSv1, TLSv1.1

2) JRE 7

http://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#SSLContext

SSLv2, SSLv3, TLSv1, TLSv1.1, TLSv1.2


3) JRE 8

http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#SSLContext

SSLv2, SSLv3, TLSv1, TLSv1.1, TLSv1.2

로그인 후 답글을 남길 수 있습니다.