- update to NSS 3.50
* Verified primitives from HACL* were updated, bringing performance improvements for several platforms. Note that Intel processors with SSE4 but without AVX are currently unable to use the improved ChaCha20/Poly1305 due to a build issue; such platforms will fall-back to less optimized algorithms. See bmo#1609569 for details * Updated DTLS 1.3 implementation to Draft-30. See bmo#1599514 for details. * Added NIST SP800-108 KBKDF - PKCS#11 implementation. See bmo#1599603 for details. * Several bugfixes and minor changes OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=308
This commit is contained in:
parent
b1721753f1
commit
14bbc2e047
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 3 21:13:38 UTC 2020 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
- update to NSS 3.50
|
||||||
|
* Verified primitives from HACL* were updated, bringing performance
|
||||||
|
improvements for several platforms.
|
||||||
|
Note that Intel processors with SSE4 but without AVX are currently
|
||||||
|
unable to use the improved ChaCha20/Poly1305 due to a build issue;
|
||||||
|
such platforms will fall-back to less optimized algorithms.
|
||||||
|
See bmo#1609569 for details
|
||||||
|
* Updated DTLS 1.3 implementation to Draft-30.
|
||||||
|
See bmo#1599514 for details.
|
||||||
|
* Added NIST SP800-108 KBKDF - PKCS#11 implementation.
|
||||||
|
See bmo#1599603 for details.
|
||||||
|
* Several bugfixes and minor changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 27 13:52:10 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
Thu Feb 27 13:52:10 UTC 2020 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -17,14 +17,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global nss_softokn_fips_version 3.49
|
%global nss_softokn_fips_version 3.50
|
||||||
%define NSPR_min_version 4.24
|
%define NSPR_min_version 4.25
|
||||||
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
||||||
%define nssdbdir %{_sysconfdir}/pki/nssdb
|
%define nssdbdir %{_sysconfdir}/pki/nssdb
|
||||||
Name: mozilla-nss
|
Name: mozilla-nss
|
||||||
Version: 3.49.2
|
Version: 3.50
|
||||||
Release: 0
|
Release: 0
|
||||||
%define underscore_version 3_49_2
|
%define underscore_version 3_50
|
||||||
Summary: Network Security Services
|
Summary: Network Security Services
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:faa7502c3ce9240d4be2aa88f63d88cf7d1cc512060e63ef21a7813c236160b2
|
|
||||||
size 76489641
|
|
3
nss-3.50.tar.gz
Normal file
3
nss-3.50.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:185df319775243f5f5daa9d49b7f9cc5f2b389435be3247c3376579bee063ba7
|
||||||
|
size 78041630
|
Loading…
Reference in New Issue
Block a user