From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/ru/nss/index.html | 180 --------------------------------------- files/ru/nss/overview/index.html | 71 --------------- 2 files changed, 251 deletions(-) delete mode 100644 files/ru/nss/index.html delete mode 100644 files/ru/nss/overview/index.html (limited to 'files/ru/nss') diff --git a/files/ru/nss/index.html b/files/ru/nss/index.html deleted file mode 100644 index daf6d6c569..0000000000 --- a/files/ru/nss/index.html +++ /dev/null @@ -1,180 +0,0 @@ ---- -title: Network Security Services -slug: NSS -translation_of: Mozilla/Projects/NSS ---- -

Network Security Services (NSS) это набор библиотек, разработанных для поддержки кросс-платформенной разработки защищенных клиентских и серверных приложений. Приложения построенные с использование NSS могут использовать SSL v2 и v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, сертификаты X.509 v3 и другие стандарты обеспечения безопасности.

-

Подробные сведения о поддерживаеых стандартах смотри в статье Обзор. Часто задавые вопросы можно найти в  FAQ.

-

NSS доступна по лицензии Mozilla Public License. За информацей о получении релизов NSS в виде tar-файлов, обратитесь к статье Download PKI Source.

-

Если вы программист и хотите внести свой вклад в NSS, Вам стоит прочитать highlevel overview of internal details of NSS и getting started with NSS.

- - - - - - - -
-

Документация

-

Общая информация

-
-
- Обзор NSS
-
- Provides a brief summary of NSS and its capabilities.
-
- Часто задаваемые вопросы о NSS
-
- Answers basic questions about NSS.
-
- Введение в криптографию на основе публичных ключей
-
- Explains the basic concepts of public-key cryptography that underlie NSS.
-
- Введение в SSL
-
- Introduces the SSL protocol, including information about cryptographic ciphers supported by SSL and the steps involved in the SSL handshake.
-
-

С чего начать

-
-
- NSS Releases
-
- This page contains information about the current and past releases of NSS.
-
- Получение исходного код и сборка
-
- Instructions on how to build NSS on the different supported platforms.
-
- Get Mozilla Source Code Using Mercurial
-
- Information about with working with Mercurial.
-
- Get Mozilla Source Code Using CVS (deprecated)
-
- Old deprecated CVS documentation.
-
-

NSS APIs

-
-
- Introduction to Network Security Services
-
- Provides an overview of the NSS libraries and what you need to know to use them.
-
- NSS Public Functions
-
- Summarizes the APIs exported by the NSS shared libraries.
-
- NSS Reference
-
- API used to invoke SSL operations.
-
- NSS API Guidelines
-
- Explains how the libraries and code are organized, and guidelines for developing code (naming conventions, error handling, thread safety, etc.)
-
- NSS Technical Notes
-
- Links to NSS technical notes, which provide latest information about new NSS features and supplementary documentation for advanced topics in programming with NSS.
-
-

Инструментарий, тестирование и другие технические детали

-
-
- Build Instructions for NSS
-
- Describe how to check out and build NSS releases.
-
- NSS Tools
-
- Tools for developing, debugging, and managing applications that use NSS.
-
- Sample Code
-
- Demonstrates how NSS can be used for cryptographic operations, certificate handling, SSL, etc.
-
- NSS 3.2 Test Suite
-
- Archived version. Describes how to run the standard NSS tests.
-
- NSS Performance Reports
-
- Archived version. Links to performance reports for NSS 3.2 and later releases.
-
- Encryption Technologies Available in NSS 3.11
-
- Archived version. Lists the cryptographic algorithms used by NSS 3.11.
-
- NSS 3.1 Loadable Root Certificates
-
- Archived version. Describes the scheme for loading root CA certificates.
-
- cert7.db
-
- Archived version. General format of the cert7.db database.
-
-

PKCS #11 information

- -
-
-

Корневые сертификаты поставляемые с NSS

- -
-
-

NSS основана Netscape Portable Runtime (NSPR)

-
-
- Netscape Portable Runtime
-
- NSPR project page.
-
- NSPR Reference
-
- NSPR API documentation.
-
-

Дополнительные сведения

- -

Тестирование

- -

Планирование

-

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

- -
-

Сообщество

-
    -
  • View Mozilla Security forums...
  • -
-

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

-
    -
  • View Mozilla Cryptography forums...
  • -
-

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

- - -
-

 

diff --git a/files/ru/nss/overview/index.html b/files/ru/nss/overview/index.html deleted file mode 100644 index d75343c327..0000000000 --- a/files/ru/nss/overview/index.html +++ /dev/null @@ -1,71 +0,0 @@ ---- -title: Overview of NSS -slug: NSS/Overview -translation_of: Mozilla/Projects/NSS/Overview ---- -

Open Source Crypto Libraries

- -

Proven Application Security Architecture

- -

If you want add support for SSL, S/MIME, or other Internet security standards to your application, you can use Network Security Services (NSS) to implement all your security features. NSS provides a complete open-source implementation of the crypto libraries used by AOL, Red Hat, Google, and other companies in a variety of products, including the following:

- - - -

NSS includes a framework to which developers and OEMs can contribute patches, such as assembler code, to optimize performance on their platforms. NSS 3.x has been certified on 18 platforms.

- -

For more detailed information about NSS, see the NSS Project Page and NSS FAQ.

- -

Source code for a Java interface to NSS is available in the Mozilla CVS tree. For details, see Network Security Services for Java.

- -

NSS makes use of Netscape Portable Runtime (NSPR), a platform-neutral open-source API for system functions designed to facilitate cross-platform development. Like NSS, NSPR has been battle-tested in multiple products. For more information, see NSPR Project Page.

- -

Interoperability and Open Standards

- -

You can use NSS to support a range of security standards in your application, including the following:

- - - -

For complete details, see Encryption Technologies.

- -

FIPS 140 Validation and NISCC Testing

- -

The NSS software crypto module has been validated three times for conformance to FIPS 140 at Security Levels 1 and 2. For more information, see the NSS FIPS page (Or this one).

- -

The NSS libraries passed the NISCC TLS/SSL and S/MIME test suites (1.6 million test cases of invalid input data).

- -

Complete Software Development Kit

- -

In addition to libraries and APIs, NSS provides security tools required for debugging, diagnostics, certificate and key management, cryptography module management, and other development tasks.

- -

NSS comes with an extensive and growing set of documentation, including introductory material, API references, man pages for command-line tools, and sample code.

- -

NSS is available as source and shared (dynamic) libraries. Every NSS release is backward compatible with previous releases, allowing NSS users to upgrade to the new NSS shared libraries without recompiling or relinking their applications.

- -

Open-Source Licensing and Distribution

- -

NSS is available under the Mozilla Public License, version 2. The latest source code is available for free worldwide from http://www.mozilla.org and its mirror sites.

-- cgit v1.2.3-54-g00ecf