mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
11 lines
614 B
Text
11 lines
614 B
Text
python-nss is a Python binding for NSS (Network Security Services)
|
|
and NSPR (Netscape Portable Runtime). NSS provides cryptography
|
|
services supporting SSL, TLS, PKI, PKIX, X509, PKCS*, etc. NSS is
|
|
an alternative to OpenSSL and used extensively by major software
|
|
projects. NSS is FIPS-140 certified.
|
|
|
|
NSS is built upon NSPR because NSPR provides an abstraction of
|
|
common operating system services, particularly in the areas of
|
|
networking and process management. Python also provides an abstraction
|
|
of common operating system services but because NSS and NSPR are
|
|
tightly bound, python-nss exposes elements of NSPR.
|