- update to NSS 3.88.1
* bmo#1804640 - improve handling of unknown PKCS#12 safe bag types - update to NSS 3.88 * bmo#1815870 - use a different treeherder symbol for each docker image build task * bmo#1815868 - pin an older version of the ubuntu:18.04 and 20.04 docker images * bmo#1810702 - remove nested table in rst doc * bmo#1815246 - Export NSS_CMSSignerInfo_GetDigestAlgTag. * bmo#1812671 - build failure while implicitly casting SECStatus to PRUInt32 * bmo#1212915 - Add check for ClientHello SID max length * bmo#1771100 - Added EarlyData ALPN test support to BoGo shim * bmo#1790357 - ECH client - Discard resumption TLS < 1.3 Session(IDs|Tickets) if ECH configs are setup * bmo#1714245 - On HRR skip PSK incompatible with negotiated ciphersuites hash algorithm * bmo#1789410 - ECH client: Send ech_required alert on server negotiating TLS 1.2. Fixed misleading Gtest, enabled corresponding BoGo test * bmo#1771100 - Added Bogo ECH rejection test support * bmo#1771100 - Added ECH 0Rtt support to BoGo shim * bmo#1747957 - RSA OAEP Wycheproof JSON * bmo#1747957 - RSA decrypt Wycheproof JSON * bmo#1747957 - ECDSA Wycheproof JSON * bmo#1747957 - ECDH Wycheproof JSON * bmo#1747957 - PKCS#1v1.5 wycheproof json * bmo#1747957 - Use X25519 wycheproof json * bmo#1766767 - Move scripts to python3 * bmo#1809627 - Properly link FuzzingEngine for oss-fuzz. OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=407
This commit is contained in:
parent
17b7ee46a4
commit
0524eebc24
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 11 13:21:23 UTC 2023 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
- update to NSS 3.88.1
|
||||
* bmo#1804640 - improve handling of unknown PKCS#12 safe bag types
|
||||
- update to NSS 3.88
|
||||
* bmo#1815870 - use a different treeherder symbol for each docker
|
||||
image build task
|
||||
* bmo#1815868 - pin an older version of the ubuntu:18.04 and
|
||||
20.04 docker images
|
||||
* bmo#1810702 - remove nested table in rst doc
|
||||
* bmo#1815246 - Export NSS_CMSSignerInfo_GetDigestAlgTag.
|
||||
* bmo#1812671 - build failure while implicitly casting SECStatus
|
||||
to PRUInt32
|
||||
* bmo#1212915 - Add check for ClientHello SID max length
|
||||
* bmo#1771100 - Added EarlyData ALPN test support to BoGo shim
|
||||
* bmo#1790357 - ECH client - Discard resumption TLS < 1.3
|
||||
Session(IDs|Tickets) if ECH configs are setup
|
||||
* bmo#1714245 - On HRR skip PSK incompatible with negotiated
|
||||
ciphersuites hash algorithm
|
||||
* bmo#1789410 - ECH client: Send ech_required alert on server
|
||||
negotiating TLS 1.2. Fixed misleading Gtest,
|
||||
enabled corresponding BoGo test
|
||||
* bmo#1771100 - Added Bogo ECH rejection test support
|
||||
* bmo#1771100 - Added ECH 0Rtt support to BoGo shim
|
||||
* bmo#1747957 - RSA OAEP Wycheproof JSON
|
||||
* bmo#1747957 - RSA decrypt Wycheproof JSON
|
||||
* bmo#1747957 - ECDSA Wycheproof JSON
|
||||
* bmo#1747957 - ECDH Wycheproof JSON
|
||||
* bmo#1747957 - PKCS#1v1.5 wycheproof json
|
||||
* bmo#1747957 - Use X25519 wycheproof json
|
||||
* bmo#1766767 - Move scripts to python3
|
||||
* bmo#1809627 - Properly link FuzzingEngine for oss-fuzz.
|
||||
* bmo#1805907 - Extending RSA-PSS bltest test coverage
|
||||
(Adding SHA-256 and SHA-384)
|
||||
* bmo#1804091 - NSS needs to move off of DSA for integrity checks
|
||||
* bmo#1805815 - Add initial testing with ACVP vector sets using
|
||||
acvp-rust
|
||||
* bmo#1806369 - Don't clone libFuzzer, rely on clang instead
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 23:09:39 UTC 2023 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
#
|
||||
|
||||
|
||||
%global nss_softokn_fips_version 3.87
|
||||
%global nss_softokn_fips_version 3.88
|
||||
%define NSPR_min_version 4.35
|
||||
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
|
||||
%define nssdbdir %{_sysconfdir}/pki/nssdb
|
||||
Name: mozilla-nss
|
||||
Version: 3.87
|
||||
Version: 3.88.1
|
||||
Release: 0
|
||||
%define underscore_version 3_87
|
||||
%define underscore_version 3_88_1
|
||||
Summary: Network Security Services
|
||||
License: MPL-2.0
|
||||
Group: System/Libraries
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68a1894496d3d158babc75f8a5dda3f55b7c1560573936e3b101a10fa4ac152d
|
||||
size 71435408
|
3
nss-3.88.1.tar.gz
Normal file
3
nss-3.88.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27d243edf87d1cf1bb9c861f03d387e0e9230ce5017f4308c941f558b54b3496
|
||||
size 71607211
|
Loading…
Reference in New Issue
Block a user