diff options
Diffstat (limited to 'files/ko/glossary/ssl')
-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> |