From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/nss/index.html | 64 +++++++++++++++++++++++++++++++++ files/ko/nss/new_nss_samples/index.html | 37 +++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 files/ko/nss/index.html create mode 100644 files/ko/nss/new_nss_samples/index.html (limited to 'files/ko/nss') diff --git a/files/ko/nss/index.html b/files/ko/nss/index.html new file mode 100644 index 0000000000..5e8100645e --- /dev/null +++ b/files/ko/nss/index.html @@ -0,0 +1,64 @@ +--- +title: Network Security Services +slug: NSS +tags: + - MDC Project + - NSS + - NeedsMigration +translation_of: Mozilla/Projects/NSS +--- +

 

+

네트워크 보안 서비스(NSS, Network Security Services)는 보안이 가능한 클라이언트와 서버의 응용 프로그램 개발을 지원하는 양방향 플랫폼으로 설계된 라이브러리의 묶음입니다. NSS로 개발된 응용 프로그램은 SSL 2, v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3와 이외의 보안 기준들을 지원합니다. 지원되는 기준들에 대한 자세한 정보는 Overview of NSS를 참고하세요. 자주 묻는 질문 리스트는 [[NSS_FAQ{{mediawiki.external('FAQ')}}]를 참고하세요.

+

NSS는 모질라 공용 라이선스, GNU 일반 공용 라이선스 그리고 GNU 소형 일반 공용 라이선스 하에서 이용이 가능합니다. .tar 파일로 배포된 NSS를 다운로드 하려면 PKI 소스 다운로드를 참조하세요.

+ + + + + + + +
+

Documentation

+ +

아래 주제와 관련된 추가 문서를 사용할 수 있습니다. (위키에서만 가능)

+ +

QA/testing :

+ +

Information on NSS planning can be found at wiki.mozilla.org, including:

+ +
+

Community

+
    +
  • View Mozilla Security forums...
  • +
+

{{ DiscussionList("dev-security", "mozilla.dev.security") }}

+
    +
  • View Mozilla Cryptography forums...
  • +
+

{{ DiscussionList("dev-tech-crypto", "mozilla.dev.tech.crypto") }}

+ +
+
+ Security
+
+
+

 

+

 

+
+  
+

{{ languages( { "es": "es/NSS", "ja": "ja/NSS" } ) }}

diff --git a/files/ko/nss/new_nss_samples/index.html b/files/ko/nss/new_nss_samples/index.html new file mode 100644 index 0000000000..dd972868a6 --- /dev/null +++ b/files/ko/nss/new_nss_samples/index.html @@ -0,0 +1,37 @@ +--- +title: New NSS Samples +slug: NSS/New_NSS_Samples +translation_of: Mozilla/Projects/NSS/New_NSS_Samples +--- +

New NSS Sample Code

+ +

 

+ +

여기 샘플 코드 모음은 NSS가 암호화 작업, 인증서 처리, SSL 등에 어떻게 사용될 수 있는지 보여줍니다. 또한 암호화 적용에 대한 몇 가지 모범 사례를 보여줍니다.

+ +


+ These new examples are still a work in progress. See https://bugzilla.mozilla.org/show_bug.cgi?id=490238

+ +

You are welcome to download the new samples via:

+ +
hg clone https://hg.mozilla.org/projects/nss; cd nss; hg update SAMPLES_BRANCH
+
+ +

These are the new examples

+ +
    +
  1. Sample Code 1: Hashing
  2. +
  3. Sample Code 2: Init NSS database
  4. +
  5. Sample Code 3: Encrypt/Decrypt and Mac Using Token
  6. +
  7. Sample Code 4: Encrypt/Decrypt and Mac Using Session Objects
  8. +
  9. Sample Code 5: Encrypt/Decrypt/MAC Output Public Key as a CSR
  10. +
  11. Sample Code 6: Encrypt/Decrypt/MAC Generating a PKCS#11 CSR
  12. +
+ +

This is common code used by the new examples

+ +
    +
  1. Sample Code 0: Utilities
  2. +
+ +

Thanks are due to Shailendra Jain, Mozilla Community member, who is the principal author of these samples.

-- cgit v1.2.3-54-g00ecf