diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:17 -0500 |
commit | da78a9e329e272dedb2400b79a3bdeebff387d47 (patch) | |
tree | e6ef8aa7c43556f55ddfe031a01cf0a8fa271bfe /files/ko/glossary/ssl/index.html | |
parent | 1109132f09d75da9a28b649c7677bb6ce07c40c0 (diff) | |
download | translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.gz translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.tar.bz2 translated-content-da78a9e329e272dedb2400b79a3bdeebff387d47.zip |
initial commit
Diffstat (limited to 'files/ko/glossary/ssl/index.html')
-rw-r--r-- | files/ko/glossary/ssl/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/files/ko/glossary/ssl/index.html b/files/ko/glossary/ssl/index.html new file mode 100644 index 0000000000..d522912ce3 --- /dev/null +++ b/files/ko/glossary/ssl/index.html @@ -0,0 +1,27 @@ +--- +title: Secure Sockets Layer (SSL) +slug: Glossary/SSL +translation_of: Glossary/SSL +--- +<p class="seoSummary">Secure Sockets Layer(SSL)는 클라이언트와 서버 간의 안전한 링크를 통해 송수신되는 모든 데이터를 안전하게 보장하는 과거의 보안 표준 기술이었다. SSL 버전 3.0은 Netscape가 1999년에 발표했으며 현재에는 {{Glossary("TLS", "Transport Layer Security (TLS)")}} 로 대체되었다.</p> + +<section class="Quick_links" id="Quick_Links"> +<ol> + <li>See also + <ol> + <li><a href="/en-US/docs/Web/Security/Transport_Layer_Security">Transport Layer Security (TLS) protocol</a></li> + </ol> + </li> + <li><a href="/en-US/docs/Glossary">Glossary</a> + <ol> + <li>{{Glossary("HTTPS")}}</li> + <li>{{Glossary("TLS")}}</li> + </ol> + </li> + <li>Wikipedia articles + <ol> + <li>{{Interwiki("wikipedia", "Transport Layer Security")}}</li> + </ol> + </li> +</ol> +</section> |