diff options
Diffstat (limited to 'files/es/descripcion_general_sobre_nss/index.html')
-rw-r--r-- | files/es/descripcion_general_sobre_nss/index.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/files/es/descripcion_general_sobre_nss/index.html b/files/es/descripcion_general_sobre_nss/index.html deleted file mode 100644 index 438437ad34..0000000000 --- a/files/es/descripcion_general_sobre_nss/index.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: Descripcion general sobre NSS -slug: Descripcion_general_sobre_NSS -translation_of: Mozilla/Projects/NSS/Overview ---- -<h3 id="Proven_Application_Security_Architecture" name="Proven_Application_Security_Architecture">Proven Application Security Architecture</h3> -<p>Si usted busca incluir soporte para SSL, S/MIME, u otro estándar de seguridad en internet en su aplicación, puede hacer uso de los servicios de seguridad en red (NSS) para implementar los aspectos referidos a seguridad que necesite. NSS provee una implementación de código abierto completa de librerías criptogŕáficas usadas por AOL, Red Hat, Sun, y otras compañías en una gran variedad de productos, incluidos los siguientes:</p> -<ul> - <li>The <a class="external" href="http://www.mozilla.org/products/">Mozilla client products</a>, including <a class="external" href="http://www.mozilla.org/products/mozilla1.x/">Mozilla Suite</a>, <a class="external" href="http://www.mozilla.com/firefox/">Firefox</a>, and <a class="external" href="http://www.mozilla.com/thunderbird/">Thunderbird</a>.</li> - <li>The <a class="external" href="http://browser.netscape.com/">Netscape browsers</a></li> - <li><a class="external" href="http://communicator.aol.com/">AOL Communicator</a> and <a class="external" href="http://www.aim.com/">AOL Instant Messenger</a> (AIM)</li> - <li>Open source client applications such as <a class="external" href="http://www.gnome.org/projects/evolution/">Evolution</a>, <a class="external" href="http://gaim.sourceforge.net/">Gaim</a>, and <a class="external" href="http://www.openoffice.org/">OpenOffice.org</a> 2.0.</li> - <li>Server products from <a class="external" href="http://www.redhat.com/solutions/">Red Hat</a>: <a class="external" href="http://www.redhat.com/software/rha/directory/">Red Hat Directory Server</a>, <a class="external" href="http://www.redhat.com/software/rha/certificate/">Red Hat Certificate System</a>, and the <a class="external" href="http://directory.fedora.redhat.com/wiki/Mod_nss">mod_nss</a> SSL module for the Apache web server.</li> - <li>Server products from the <a class="external" href="http://www.sun.com/software/javaenterprisesystem/index.xml">Sun Java Enterprise System</a>, including Sun Java System Web Server, Sun Java System Directory Server, Sun Java System Portal Server, Sun Java System Messaging Server, and Sun Java System Application Server.</li> -</ul> -<p>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.</p> -<p>For more detailed information about NSS, see the <a class="external" href="http://www.mozilla.org/projects/security/pki/nss/index.html">NSS Project Page</a> and <a href="es/NSS_FAQ">NSS FAQ</a>.</p> -<p>Source code for a Java interface to NSS is available in the Mozilla CVS tree. For details, see <a class="external" href="http://www.mozilla.org/projects/security/pki/jss/">Network Security Services for Java</a>.</p> -<p>NSS makes use of Netscape Portable Runtime (<a href="es/NSPR">NSPR</a>), 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 <a class="external" href="http://www.mozilla.org/projects/nspr/">NSPR Project Page</a>.</p> |