diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-07-02 12:22:47 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-07-02 12:22:47 +0000 |
commit | daee2f54b89722816f1ed7cd502cf5e74a545815 (patch) | |
tree | ddd5385beed567b6e442c56524e1f19a8e9d104f /devel | |
parent | 357f877cd56e321d1d089ece6257e60131bfeafa (diff) | |
download | pkgsrc-daee2f54b89722816f1ed7cd502cf5e74a545815.tar.gz |
Update to 3.25
Changelog:
The NSS team has released Network Security Services (NSS) 3.25, which is a minor
release.
Below is a short summary of the changes.
Please refer to the full release notes for additional details.
New functionality:
* Implemented DHE key agreement for TLS 1.3
* Added support for ChaCha with TLS 1.3
* Added support for TLS 1.2 ciphersuites that use SHA384 as the PRF
* In previous versions, when using client authentication with TLS 1.2,
NSS only supported certificate_verify messages that used the same
signature hash algorithm as used by the PRF.
This limitation has been removed.
* Several functions have been added to the public API of the NSS
Cryptoki Framework.
New Functions:
* NSSCKFWSlot_GetSlotID
* NSSCKFWSession_GetFWSlot
* NSSCKFWInstance_DestroySessionHandle
* NSSCKFWInstance_FindSessionHandle
Notable Changes:
* An SSL socket can no longer be configured to allow both TLS 1.3 and SSL v3
* Regression fix: NSS no longer reports a failure if an application attempts
to disable the SSL v2 protocol.
* The list of trusted CA certificates has been updated to version 2.8
* The following CA certificate was Removed
- CN = Sonera Class1 CA
* The following CA certificates were Added
- CN = Hellenic Academic and Research Institutions RootCA 2015
- CN = Hellenic Academic and Research Institutions ECC RootCA 2015
- CN = Certplus Root CA G1
- CN = Certplus Root CA G2
- CN = OpenTrust Root CA G1
- CN = OpenTrust Root CA G2
- CN = OpenTrust Root CA G3
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nss/Makefile | 4 | ||||
-rw-r--r-- | devel/nss/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index 88a7596fe57..b2caf02d01a 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.115 2016/05/25 13:17:13 ryoon Exp $ +# $NetBSD: Makefile,v 1.116 2016/07/02 12:22:47 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE:S/.0$//} -NSS_RELEASE= 3.24.0 +NSS_RELEASE= 3.25.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_MAJOR_VERSION}_${NSS_MINOR_VERSION}_RTM/src/} diff --git a/devel/nss/distinfo b/devel/nss/distinfo index 271ab77ccdb..ddc241452a9 100644 --- a/devel/nss/distinfo +++ b/devel/nss/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.60 2016/05/25 13:17:13 ryoon Exp $ +$NetBSD: distinfo,v 1.61 2016/07/02 12:22:47 ryoon Exp $ -SHA1 (nss-3.24.tar.gz) = e232ed7046891d1e47959636c86172f6274c7bec -RMD160 (nss-3.24.tar.gz) = dcdf069def140b65ea93163613d2c258128dd69b -SHA512 (nss-3.24.tar.gz) = 9cf6d5dcbe8292bce53e043cf2713e55f01f979827c6f5f39a22ea8d1f40a2579728454a12c30540e8fb06e8119640a539cc5c6913aa12d97008d68386abfe6e -Size (nss-3.24.tar.gz) = 7307782 bytes +SHA1 (nss-3.25.tar.gz) = ffa55041a7904bb43afbc6821f479819d9802abf +RMD160 (nss-3.25.tar.gz) = a3a711df9516788c9f872f4946f68adabcded836 +SHA512 (nss-3.25.tar.gz) = a33cff42d0d85eea091057648d598b7421de88f16ed357965ea08a8812de968c3f18d45452afd21afc90122f65c2c5bb2d7071357947b45e935aae55d28c4218 +Size (nss-3.25.tar.gz) = 7338238 bytes SHA1 (patch-am) = ee4c4beeb120397852fc4b06b7dd54534d0d5ac5 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f |