Network Security Services
Network Security Services (NSS) is a set of libraries designed to
support cross-platform development of security-enabled 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.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:42.2/mozilla-nss && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000319 319 Bytes | |
cert9.db | 0000009216 9 KB | |
key4.db | 0000011264 11 KB | |
malloc.patch | 0000000488 488 Bytes | |
mozilla-nss-rpmlintrc | 0000000187 187 Bytes | |
mozilla-nss.changes | 0000070224 68.6 KB | |
mozilla-nss.spec | 0000012905 12.6 KB | |
nss-3.24.tar.gz | 0007307782 6.97 MB | |
nss-config.in | 0000002408 2.35 KB | |
nss-disable-ocsp-test.patch | 0000000392 392 Bytes | |
nss-no-rpath.patch | 0000000899 899 Bytes | |
nss-opt.patch | 0000000591 591 Bytes | |
nss-sqlitename.patch | 0000000570 570 Bytes | |
nss.pc.in | 0000000250 250 Bytes | |
pkcs11.txt | 0000000450 450 Bytes | |
renegotiate-transitional.patch | 0000001186 1.16 KB | |
setup-nsssysinit.sh | 0000001255 1.23 KB | |
system-nspr.patch | 0000000706 706 Bytes |
Revision 8 (latest revision is 11)
Ludwig Nussel (lnussel_factory)
accepted
request 417034
from
Wolfgang Rosenauer (wrosenauer)
(revision 8)
- also sign libfreeblpriv3.so to allow FIPS mode again (boo#992236) - update to NSS 3.24 New functionality: * NSS softoken has been updated with the latest National Institute of Standards and Technology (NIST) guidance (as of 2015): - Software integrity checks and POST functions are executed on shared library load. These checks have been disabled by default, as they can cause a performance regression. To enable these checks, you must define symbol NSS_FORCE_FIPS when building NSS. - Counter mode and Galois/Counter Mode (GCM) have checks to prevent counter overflow. - Additional CSPs are zeroed in the code. - NSS softoken uses new guidance for how many Rabin-Miller tests are needed to verify a prime based on prime size. * NSS softoken has also been updated to allow NSS to run in FIPS Level 1 (no password). This mode is triggered by setting the database password to the empty string. In FIPS mode, you may move from Level 1 to Level 2 (by setting an appropriate password), but not the reverse. * A SSL_ConfigServerCert function has been added for configuring SSL/TLS server sockets with a certificate and private key. Use this new function in place of SSL_ConfigSecureServer, SSL_ConfigSecureServerWithCertChain, SSL_SetStapledOCSPResponses, and SSL_SetSignedCertTimestamps. SSL_ConfigServerCert automatically determines the certificate type from the certificate and private key. The caller is no longer required to use SSLKEAType explicitly to select a "slot" into which the certificate is configured (which incorrectly identifies a key agreement type rather than a certificate). Separate functions for configuring Online Certificate Status Protocol
Comments 0