2022-02-04 00:37:27 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
nss: update to 3.75.
Changes:
- Bug 1749030 - This patch adds gcc-9 and gcc-10 to the CI.
- Bug 1749794 - Make DottedOIDToCode.py compatible with python3.
- Bug 1749475 - Avoid undefined shift in SSL_CERT_IS while fuzzing.
- Bug 1748386 - Remove redundant key type check.
- Bug 1749869 - Update ABI expectations to match ECH changes.
- Bug 1748386 - Enable CKM_CHACHA20.
- Bug 1747327 - check return on NSS_NoDB_Init and NSS_Shutdown.
- Bug 1747310 - real move assignment operator.
- Bug 1748245 - Run ECDSA test vectors from bltest as part of the CI tests.
- Bug 1743302 - Add ECDSA test vectors to the bltest command line tool.
- Bug 1747772 - Allow to build using clang's integrated assembler.
- Bug 1321398 - Allow to override python for the build.
- Bug 1747317 - test HKDF output rather than input.
- Bug 1747316 - Use ASSERT macros to end failed tests early.
- Bug 1747310 - move assignment operator for DataBuffer.
- Bug 1712879 - Add test cases for ECH compression and unexpected extensions \
in SH.
- Bug 1725938 - Update tests for ECH-13.
- Bug 1725938 - Tidy up error handling.
- Bug 1728281 - Add tests for ECH HRR Changes.
- Bug 1728281 - Server only sends GREASE HRR extension if enabled by preference.
- Bug 1725938 - Update generation of the Associated Data for ECH-13.
- Bug 1712879 - When ECH is accepted, reject extensions which were only \
advertised in the Outer Client Hello.
- Bug 1712879 - Allow for compressed, non-contiguous, extensions.
- Bug 1712879 - Scramble the PSK extension in CHOuter.
- Bug 1712647 - Split custom extension handling for ECH.
- Bug 1728281 - Add ECH-13 HRR Handling.
- Bug 1677181 - Client side ECH padding.
- Bug 1725938 - Stricter ClientHelloInner Decompression.
- Bug 1725938 - Remove ECH_inner extension, use new enum format.
- Bug 1725938 - Update the version number for ECH-13 and adjust the ECHConfig \
size.
|
2022-01-06 13:47:51 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
nss: update to 3.74.
Changes:
• Bug 966856 - mozilla::pkix: support SHA-2 hashes in CertIDs in OCSP responses.
• Bug 1553612 - Ensure clients offer consistent ciphersuites after HRR.
• Bug 1721426 - NSS does not properly restrict server keys based on policy.
• Bug 1733003 - Set nssckbi version number to 2.54.
• Bug 1735407 - Replace Google Trust Services LLC (GTS) R4 root certificate in NSS.
• Bug 1735407 - Replace Google Trust Services LLC (GTS) R3 root certificate in NSS.
• Bug 1735407 - Replace Google Trust Services LLC (GTS) R2 root certificate in NSS.
• Bug 1735407 - Replace Google Trust Services LLC (GTS) R1 root certificate in NSS.
• Bug 1735407 - Replace GlobalSign ECC Root CA R4 in NSS.
• Bug 1733560 - Remove Expired Root Certificates from NSS - DST Root CA X3.
• Bug 1740807 - Remove Expiring Cybertrust Global Root and GlobalSign root \
certificates from NSS.
• Bug 1741930 - Add renewed Autoridad de Certificacion Firmaprofesional CIF \
A62634068 root certificate to NSS.
• Bug 1740095 - Add iTrusChina ECC root certificate to NSS.
• Bug 1740095 - Add iTrusChina RSA root certificate to NSS.
• Bug 1738805 - Add ISRG Root X2 root certificate to NSS.
• Bug 1733012 - Add Chunghwa Telecom's HiPKI Root CA - G1 root certificate to NSS.
• Bug 1738028 - Avoid a clang 13 unused variable warning in opt build.
• Bug 1735028 - Check for missing signedData field.
• Bug 1737470 - Ensure DER encoded signatures are within size limits.
|
2021-12-30 16:49:14 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
nss: Update to 3.73.1
Changelog:
Change:
- Add SHA-2 support to mozilla::pkix's OCSP implementation
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-12-01 18:04:11 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
nss: update to 3.73.
This contains the fix for CVE-2021-43527.
|
2021-10-28 12:03:13 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
nss: update to 3.72.
Changes:
- Documentation: release notes for NSS 3.72
- Documentation: release notes for NSS 3.71
- Remove newline at the end of coreconf.dep
- Bug 1731911 - Fix nsinstall parallel failure.
- Bug 1729930 - Increase KDF cache size to mitigate perf regression in \
about:logins.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-09-30 23:39:55 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
nss: update to 3.71.
Changes:
- Bug 1717716 - Set nssckbi version number to 2.52.
- Bug 1667000 - Respect server requirements of \
tlsfuzzer/test-tls13-signature-algorithms.py
- Bug 1373716 - Import of PKCS#12 files with Camellia encryption is not supported
- Bug 1717707 - Add HARICA Client ECC Root CA 2021.
- Bug 1717707 - Add HARICA Client RSA Root CA 2021.
- Bug 1717707 - Add HARICA TLS ECC Root CA 2021.
- Bug 1717707 - Add HARICA TLS RSA Root CA 2021.
- Bug 1728394 - Add TunTrust Root CA certificate to NSS.
|
2021-08-14 02:32:17 by Tobias Nygren | Files touched by this commit (1) |
Log message:
nss: skip portability checks for all unit tests
|