1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: python-nss
Section: python
Priority: extra
Maintainer: Debian FreeIPA Team <pkg-freeipa-devel@lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton@debian.org>
Build-Depends: debhelper (>= 9),
python-all-dev (>= 2.6.6-3~),
libnss3-dev,
Standards-Version: 3.9.6
Homepage: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/Python_binding_for_NSS
Vcs-Git: git://anonscm.debian.org/pkg-freeipa/python-nss.git
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-freeipa/python-nss.git
Package: python-nss
Architecture: any
Provides: ${python:Provides}
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Python bindings for Network Security Services (NSS)
This package provides Python bindings for Network Security Services (NSS)
and the Netscape Portable Runtime (NSPR).
.
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. Specific NSS
implementations have been FIPS-140 certified.
|