aboutsummaryrefslogtreecommitdiff
path: root/files/ko/nss/new_nss_samples/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/nss/new_nss_samples/index.html')
-rw-r--r--files/ko/nss/new_nss_samples/index.html37
1 files changed, 0 insertions, 37 deletions
diff --git a/files/ko/nss/new_nss_samples/index.html b/files/ko/nss/new_nss_samples/index.html
deleted file mode 100644
index dd972868a6..0000000000
--- a/files/ko/nss/new_nss_samples/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
----
-title: New NSS Samples
-slug: NSS/New_NSS_Samples
-translation_of: Mozilla/Projects/NSS/New_NSS_Samples
----
-<h2 id="New_NSS_Sample_Code">New NSS Sample Code</h2>
-
-<p> </p>
-
-<p>여기 샘플 코드 모음은 NSS가 암호화 작업, 인증서 처리, SSL 등에 어떻게 사용될 수 있는지 보여줍니다. 또한 암호화 적용에 대한 몇 가지 모범 사례를 보여줍니다.</p>
-
-<p><br>
- These new examples are still a work in progress. See https://bugzilla.mozilla.org/show_bug.cgi?id=490238</p>
-
-<p>You are welcome to download the new samples via:</p>
-
-<pre class="bz_comment_text" id="comment_text_42">hg clone https://hg.mozilla.org/projects/nss; cd nss; hg update SAMPLES_BRANCH
-</pre>
-
-<p>These are the new examples</p>
-
-<ol>
- <li><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Sample_Code/Sample1_-_Hashing">Sample Code 1: Hashing</a></li>
- <li><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Sample_Code/Sample2_-_Initialize_NSS_Database">Sample Code 2: Init NSS database</a></li>
- <li><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Encrypt_Decrypt_MAC_Using_Token">Sample Code 3: Encrypt/Decrypt and Mac Using Token</a></li>
- <li><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Encrypt_Decrypt_MAC_Keys_As_Session_Objects">Sample Code 4: Encrypt/Decrypt and Mac Using Session Objects</a></li>
- <li><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Sample_Code/Enc_Dec_MAC_Output_Plblic_Key_as_CSR">Sample Code 5: Encrypt/Decrypt/MAC Output Public Key as a CSR </a></li>
- <li><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Sample_Code/Enc_Dec_MAC_Using_Key_Wrap_CertReq_PKCS10_CSR">Sample Code 6: Encrypt/Decrypt/MAC Generating a PKCS#11 CSR</a></li>
-</ol>
-
-<p>This is common code used by the new examples</p>
-
-<ol>
- <li><a href="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Sample_Code/Utiltiies_for_nss_samples">Sample Code 0: Utilities</a></li>
-</ol>
-
-<p>Thanks are due to Shailendra Jain, Mozilla Community member, who is the principal author of these samples.</p>