Path to this page:
./
devel/nss,
Libraries to support development of security-enabled applications
Branch: pkgsrc-2013Q4,
Version: 3.15.4,
Package name: nss-3.15.4,
Maintainer: pkgsrc-usersNetwork 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.
Required to run:[
devel/nspr]
Master sites: (Expand)
SHA1: c164fac83fcbaff010786767e2a858ca23a89a5b
RMD160: f64ca30c5610c297ee786e0455d0c350079c7e1a
Filesize: 6217.062 KB
Version history: (Expand)
- (2014-01-16) Updated to version: nss-3.15.4
- (2014-01-01) Package has been reborn
- (2013-12-31) Package added to pkgsrc.se, version nss-3.15.3.1 (created)
CVS history: (Expand)
2014-01-15 22:44:09 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #4301 - requested by ryoon
devel/nss: security update
Revisions pulled up:
- devel/nss/Makefile 1.75
- devel/nss/distinfo 1.32
---
Module Name: pkgsrc
Committed By: ryoon
Date: Wed Jan 15 14:38:53 UTC 2014
Modified Files:
pkgsrc/devel/nss: Makefile distinfo
Log message:
Update to 3.15.4
Changelog:
from: https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.4_release_notes
Security Advisories
The following security-relevant bugs have been resolved in NSS 3.15.4.
Users are encouraged to upgrade immediately.
Bug 919877 - (CVE-2013-1740) When false start is enabled, libssl will
sometimes return unencrypted, unauthenticated data from PR_Recv
New in NSS 3.15.4
New Functionality
Implemented OCSP querying using the HTTP GET method, which is the new \
default, and will fall back to the HTTP POST method.
Implemented OCSP server functionality for testing purposes (httpserv utility).
Support SHA-1 signatures with TLS 1.2 client authentication.
Added the --empty-password command-line option to certutil, to be used \
with -N: use an empty password when creating a new database.
Added the -w command-line option to pp: don't wrap long output lines.
New Functions
CERT_ForcePostMethodForOCSP
CERT_GetSubjectNameDigest
CERT_GetSubjectPublicKeyDigest
SSL_PeerCertificateChain
SSL_RecommendedCanFalseStart
SSL_SetCanFalseStartCallback
New Types
CERT_REV_M_FORCE_POST_METHOD_FOR_OCSP: When this flag is used, libpkix \
will never attempt to use the HTTP GET method for OCSP requests; it will always \
use POST.
New PKCS #11 Mechanisms
None.
Notable Changes in NSS 3.15.4
Reordered the cipher suites offered in SSL/TLS client hello messages to \
match modern best practices.
Updated the set of root CA certificates (version 1.96).
Improved SSL/TLS false start. In addition to enabling the \
SSL_ENABLE_FALSE_START option, an application must now register a callback using \
the SSL_SetCanFalseStartCallback function.
When building on Windows, OS_TARGET now defaults to WIN95. To use the \
WINNT build configuration, specify OS_TARGET=WINNT.
Bugs fixed in NSS 3.15.4
A complete list of all bugs resolved in this release can be obtained at
\
https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&target_milestone=3.15.4&product=NSS
Compatibility
NSS 3.15.4 shared libraries are backward compatible with all older NSS 3.x
shared libraries. A program linked with older NSS 3.x shared libraries will
work with NSS 3.15.4 shared libraries without recompiling or relinking.
Furthermore, applications that restrict their use of NSS APIs to the
functions listed in NSS Public Functions will remain compatible with future
versions of the NSS shared libraries.
|