전송 계층 보안: 두 판 사이의 차이

내용 삭제됨 내용 추가됨
Noohgnas (토론 | 기여)
영문 위키에서 그대로 가져옴
 
17번째 줄:
 
 
일반적인 알고리듬알고리즘:
* 키교환: [[RSA]], [[Diffie-Hellman]], [[Elliptic Curve Diffie-Hellman|ECDH]], [[Secure remote password protocol|SRP]], [[Pre-shared key|PSK]]
* 인증: [[RSA]], [[Digital Signature Algorithm|DSA]], [[Elliptic Curve DSA|ECDSA]]
* 대칭키 암호: [[RC4 (cipher)|RC4]], [[Triple DES]], [[Advanced Encryption Standard|AES]], [[International Data Encryption Algorithm|IDEA]], [[Data Encryption Standard|DES]], [[Camellia (cipher)|Camellia]]. 옛날 버전 SSL에서는 [[RC2]]가 쓰임.
* [[cryptographic hash function|해시함수]]: TLS에서는 [[HMAC|HMAC-MD5]] 또는 [[HMAC|HMAC-SHA]]. SSL에서는 [[MD5]]와 [[SHA]]. 옛날 버전 SSL에서는 [[MD2 (cryptography)|MD2]]와 [[MD4]]가 쓰임
 
 
==개발 역사==