Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Network Agreement/Network Protocol/TLS/SSL/TSL Handshake/Authenticated Key Exchange/Certificate Authentication/
ECC
Search

ECC

Created
Created
2020 Jun 15 8:11
Tags
Tags

Elliptic Curve Cryptography

ECCElliptic Curve Cryptography 인증서는 RSA 인증서보다 더 빠르고 CPU를 덜 쓰는데, 특히 모바일 클라이언트에는 이런 점이 중요하다
 
CA에 의해 서명된 Certificate의 signature를 확인할 때 사용되는 알고리즘으로, RSA나 ECC 기반의 ECDSA가 많이 사용됩니다.
Key establishment와 Authentication 조합으로 인증된 키 교환(Authenticated Key exchange)을 제공합니다.
 
 
HTTPS - 2. HTTPS의 Ciphersuite, Handshake, Key derivation
이전 포스팅을 읽어보시지 않으셨다면, 읽어보시는 것을 추천드립니다! 1편에서는 HTTPS의 동작방식을 그림으로 간단하게 살펴봤습니다. 전편에서는 RSA 기반의 키교환 중심으로 설명했지만, ECDHE와 같이 Diffie-hellman 기반의 알고리즘도 많이 사용됩니다. 이번편에서는 TLS에서 사용되는 Cipher suites, Handshake를 알아보며 Perfect Forward Secrecy, ECC에 대해서도 알아봅시다. 그리고 키교환을 통해 얻은 pre-master secret은 4가지의 key로 유도(Derive)되는 것을 알고 계셨나요?
HTTPS - 2. HTTPS의 Ciphersuite, Handshake, Key derivation
https://dokydoky.tistory.com/463
HTTPS - 2. HTTPS의 Ciphersuite, Handshake, Key derivation
 
 

Recommendations

Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Network Agreement/Network Protocol/TLS/SSL/TSL Handshake/Authenticated Key Exchange/Certificate Authentication/
ECC
Copyright Seonglae Cho