(Python NSS Binding Beat) |
m (Documentation Development Beat/Tools/PythonNSS moved to Documentation Development Tools Beat/PythonNSS: Natural language name change.) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==== Python NSS Bindings ==== | ==== Python NSS Bindings ==== | ||
Python bindings for NSS/NSPR allow Python programs to utilize the NSS cryptographic libraries for SSL/TLS and PKI certificate management. | Python bindings for NSS/NSPR allow Python programs to utilize the NSS cryptographic libraries for SSL/TLS and PKI certificate management. The <code>python-nss</code> package provides a Python binding to the NSS and NSPR support libraries. | ||
Network Security Services (NSS) is a set of libraries supporting security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates and other security standards. NSS has received FIPS 140 validation from NIST. | Network Security Services (NSS) is a set of libraries supporting security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates and other security standards. NSS has received FIPS 140 validation from NIST. | ||
* http://people.redhat.com/jdennis/python-nss/doc/api/html/index.html -- Library Documentation | |||
* http://people.redhat.com/jdennis/python-nss/doc/api/html/index.html Library Documentation |
Latest revision as of 03:58, 23 January 2009
Python NSS Bindings
Python bindings for NSS/NSPR allow Python programs to utilize the NSS cryptographic libraries for SSL/TLS and PKI certificate management. The python-nss
package provides a Python binding to the NSS and NSPR support libraries.
Network Security Services (NSS) is a set of libraries supporting security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates and other security standards. NSS has received FIPS 140 validation from NIST.
- http://people.redhat.com/jdennis/python-nss/doc/api/html/index.html -- Library Documentation