사용자 도구

사이트 도구


https_ssl_통신

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
https_ssl_통신 [2016/10/03 22:18] – 만듦 lindolhttps_ssl_통신 [2020/04/30 09:59] (현재) lindol
줄 1: 줄 1:
 ====== https 통신에 대한 학습 ====== ====== https 통신에 대한 학습 ======
  
-유용한 자료+SSL 통신에 대한 기본 개념 이해를 도와줌
  
-[[https://opentutorials.org/course/228/4894|HTTPS와 SSL 인증서]]+  * [[https://opentutorials.org/course/228/4894|HTTPS와 SSL 인증서]] 
 +  * [[http://minix.tistory.com/397| 웹툰04 SSL이란 무엇인가? 2/2]] 
 +  * [[http://yoonsj.tistory.com/12|SSL 인증서와 SSL 인증서 기반 암호화 통신 원리]] -  
 + 
 +[[https://en.wikipedia.org/wiki/X.509#Certificate_filename_extensions|.pem 파일 의미]] 
 + 
 +===== Handshake ===== 
 + 
 +[[https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.1.0/com.ibm.mq.doc/sy10660_.htm|An overview of the SSL or TLS handshake]] 
 + 
 +base64 certificate 복호화 
 + 
 +<code Bash> 
 +$ openssl x509 -in certificate.crt -text -noout 
 +</code> 
 + 
 +출처: https://www.sslshopper.com/certificate-decoder.html  
 + 
 +[[https://support.microsoft.com/ko-kr/kb/216830| 인증서 내용을 보는 방법]] - For Windows 
 + 
 +[[https://www.lesstif.com/pages/viewpage.action?pageId=20775436|java keytool 사용법]] 
 +-> 서버 및 인증기관의 인증서 정보를 읽거나 관리되는 방법을 찾아보는중.. 
 + 
 +[[http://certificate.fyicenter.com/120_Java_VM_Password_for_cacerts__Java_System_Keystore.html|JRE가 포함하는 기본 CA 목록 보기]] 
 + 
 +[[http://www.codeproject.com/Articles/326574/An-Introduction-to-Mutual-SSL-Authentication|An Introduction to Mutual SSL Authentication]] 
 + 
 +[[https://developer.android.com/training/articles/security-ssl.html|ANDROID HTTPS]] 
 + 
 +[[http://crazia.tistory.com/entry/PKI-PKI-의-기본-개념-간단-설명| PKI의 기본 개념 간단 설명]] 
 + 
 +[[https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html|jsse guide]]
https_ssl_통신.1475502539.txt.gz · 마지막으로 수정됨: 2016/10/03 22:18 저자 lindol