From 0524eebc24483fa69ad7fbbd1eb338cbf6f6cbe989158717c784b455aa100171 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sat, 11 Mar 2023 13:24:56 +0000 Subject: [PATCH] - 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 --- mozilla-nss.changes | 40 ++++++++++++++++++++++++++++++++++++++++ mozilla-nss.spec | 6 +++--- nss-3.87.tar.gz | 3 --- nss-3.88.1.tar.gz | 3 +++ 4 files changed, 46 insertions(+), 6 deletions(-) delete mode 100644 nss-3.87.tar.gz create mode 100644 nss-3.88.1.tar.gz diff --git a/mozilla-nss.changes b/mozilla-nss.changes index 213fb4f..01b72f7 100644 --- a/mozilla-nss.changes +++ b/mozilla-nss.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Sat Mar 11 13:21:23 UTC 2023 - Wolfgang Rosenauer + +- 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 diff --git a/mozilla-nss.spec b/mozilla-nss.spec index 0d33a60..448ebe4 100644 --- a/mozilla-nss.spec +++ b/mozilla-nss.spec @@ -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 diff --git a/nss-3.87.tar.gz b/nss-3.87.tar.gz deleted file mode 100644 index 412f2bf..0000000 --- a/nss-3.87.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68a1894496d3d158babc75f8a5dda3f55b7c1560573936e3b101a10fa4ac152d -size 71435408 diff --git a/nss-3.88.1.tar.gz b/nss-3.88.1.tar.gz new file mode 100644 index 0000000..02b800f --- /dev/null +++ b/nss-3.88.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d243edf87d1cf1bb9c861f03d387e0e9230ce5017f4308c941f558b54b3496 +size 71607211