- update to NSS 3.36.1
Notable changes * In NSS version 3.35 the iteration count in optimized builds, which is used for password based encryption algorithm related to encrypted PKCS#7 or PKCS#12 data, was increased to one million iterations. That change had caused an interoperability regression with operating systems that are limited to 600 K iterations. NSS 3.36.1 has been changed to use the same 600 K limit. Bugs fixed * Certain smartcard operations could result in a deadlock. * Replaces existing vectorized ChaCha20 code with verified OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=260
This commit is contained in:
parent
50df6276cb
commit
766ccd0ed1
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 24 05:58:54 UTC 2018 - wr@rosenauer.org
|
||||
|
||||
- update to NSS 3.36.1
|
||||
Notable changes
|
||||
* In NSS version 3.35 the iteration count in optimized builds,
|
||||
which is used for password based encryption algorithm related to
|
||||
encrypted PKCS#7 or PKCS#12 data, was increased to one million
|
||||
iterations. That change had caused an interoperability regression
|
||||
with operating systems that are limited to 600 K iterations.
|
||||
NSS 3.36.1 has been changed to use the same 600 K limit.
|
||||
Bugs fixed
|
||||
* Certain smartcard operations could result in a deadlock.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 15 18:13:38 UTC 2018 - cgrobertson@suse.com
|
||||
|
||||
@ -5,7 +19,7 @@ Thu Mar 15 18:13:38 UTC 2018 - cgrobertson@suse.com
|
||||
New functionality
|
||||
* Experimental APIs for TLS session cache handling
|
||||
Notable Changes
|
||||
* Replaces existing vectorized ChaCha20 code with verified
|
||||
* Replaces existing vectorized ChaCha20 code with verified
|
||||
HACL* implementation.
|
||||
- Removed patch as no longer needed: renegotiate-transitional.patch
|
||||
upstream fix
|
||||
|
@ -25,7 +25,7 @@ BuildRequires: mozilla-nspr-devel >= 4.19
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: sqlite-devel
|
||||
BuildRequires: zlib-devel
|
||||
Version: 3.36
|
||||
Version: 3.36.1
|
||||
Release: 0
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -36,8 +36,8 @@ Summary: Network Security Services
|
||||
License: MPL-2.0
|
||||
Group: System/Libraries
|
||||
Url: http://www.mozilla.org/projects/security/pki/nss/
|
||||
Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_36_RTM/src/nss-%{version}.tar.gz
|
||||
# hg clone https://hg.mozilla.org/projects/nss nss-3.36/nss ; cd nss-3.36/nss ; hg up NSS_3_36_RTM
|
||||
Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_36_1_RTM/src/nss-%{version}.tar.gz
|
||||
# hg clone https://hg.mozilla.org/projects/nss nss-3.36.1/nss ; cd nss-3.36.1/nss ; hg up NSS_3_36_1_RTM
|
||||
#Source: nss-%{version}.tar.gz
|
||||
Source1: nss.pc.in
|
||||
Source3: nss-config.in
|
||||
|
3
nss-3.36.1.tar.gz
Normal file
3
nss-3.36.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6025441d528ff6a7f1a4b673b6ee7d3540731ada3f78d5acd5c3b3736b222bff
|
||||
size 23026430
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a33cc7b8299b5ce3acf03f617c7896932ae26927ff9fb7c71c1b69a200c30095
|
||||
size 23025578
|
Loading…
Reference in New Issue
Block a user