| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bug 1802331 - compress docker image artifact with zstd. r=nss-reviewers,relen... | Julien Cristau | 2022-11-29 | 3 | -5/+8 |
* | Bug 1799315 - Migrate nss from AWS to GCP r=ahal,nss-reviewers,bbeurdouche | Michelle Goossens | 2022-11-24 | 2 | -2/+2 |
* | Bug 1800989 - Enable static builds in the CI r=bbeurdouche | skhamis | 2022-11-17 | 1 | -0/+6 |
* | Documenation: release notes for NSS 3.85 | Natalia Kulatova | 2022-11-10 | 2 | -0/+72 |
* | Bug 1765759 - Removing SAW docker from the NSS build system. r=nss-reviewers,... | Anna Weine | 2022-11-07 | 12 | -995/+0 |
* | Bug 1783231 - Initialising variables in the rsa blinding code r=jschanck | Anna Weine | 2022-11-04 | 1 | -4/+6 |
* | Bug 320582 - Implementation of the double-signing of the message for ECDSA. r... | Anna Weine | 2022-11-03 | 1 | -3/+34 |
* | Bug 1783231 - Adding exponent blinding for RSA r=nss-reviewers,rrelyea,jschanck | Anna Weine | 2022-11-03 | 1 | -0/+52 |
* | Bug 1798150 - on-demand initialization of OID tables. r=nss-reviewers,nkulatovaNSS_3_85_BETA1 | John M. Schanck | 2022-10-31 | 1 | -1/+9 |
* | Bug 1792821 - Modification of the primes.c and dhe-params.c in order to have ... | Anna Weine | 2022-10-31 | 2 | -9486/+1186 |
* | Documentation: Release notes for NSS 3.79.2 | John M. Schanck | 2022-10-25 | 2 | -3/+63 |
* | Bug 1796815 - Update zlib in NSS to 1.2.13. r=nss-reviewers,mt | Ryan VanderMeulen | 2022-10-24 | 20 | -230/+298 |
* | Bug 1796504 - Skip building modutil and shlibsign when building in Firefox. r... | Mike Hommey | 2022-10-20 | 1 | -2/+2 |
* | Bug 1796504 - Use __STDC_VERSION__ rather than __STDC__ as a guard. r=nss-rev... | Mike Hommey | 2022-10-20 | 1 | -3/+3 |
* | Bug 1796407 - Fix -Wunused-but-set-variable warning from clang 15. r=nss-revi... | Mike Hommey | 2022-10-20 | 1 | -1/+1 |
* | Bug 1796308 - Fix -Wtautological-constant-out-of-range-compare and -Wtype-lim... | Mike Hommey | 2022-10-20 | 4 | -32/+55 |
* | Bug 1796281 - Followup: add missing stdint.h include. r=nss-reviewers,mt | Mike Hommey | 2022-10-20 | 1 | -0/+2 |
* | Bug 1796281 - Fix -Wint-to-void-pointer-cast warnings. r=nss-reviewers,jschanck | Mike Hommey | 2022-10-19 | 4 | -19/+19 |
* | Bug 1796280 - Fix -Wunused-{function,variable,but-set-variable} warnings on W... | Mike Hommey | 2022-10-19 | 5 | -6/+10 |
* | Bug 1796079 - Fix -Wstring-conversion warnings. r=nss-reviewers,mt | Mike Hommey | 2022-10-19 | 1 | -5/+5 |
* | Bug 1796075 - Fix -Wempty-body warnings. r=nss-reviewers,mt | Mike Hommey | 2022-10-19 | 1 | -6/+6 |
* | Bug 1795242 - Fix unused-but-set-parameter warning. r=nss-reviewers,jschanck | Mike Hommey | 2022-10-19 | 1 | -2/+0 |
* | Bug 1795241 - Fix unreachable-code warnings. r=nss-reviewers,jschanck | Mike Hommey | 2022-10-19 | 4 | -10/+21 |
* | Bug 1795222 - Mark _nss_version_c unused on clang-cl. r=nss-reviewers,jschanck | Mike Hommey | 2022-10-19 | 1 | -1/+1 |
* | Bug 1795668 - Remove redundant variable definitions in lowhashtest r=jschanck | Huaxin Lu | 2022-10-17 | 1 | -8/+2 |
* | No bug - Add note about python executable to build instructions. r=bbeurdouche | Simon Friedberger | 2022-10-17 | 1 | -3/+11 |
* | Set version numbers to 3.85 beta | Dennis Jackson | 2022-10-13 | 3 | -6/+6 |
* | Release notes for NSS 3.84 | Dennis Jackson | 2022-10-13 | 2 | -21/+64 |
* | Bug 1792821 - Updating the clang-format version to 10. r=jschanck | Anna Weine | 2022-10-07 | 146 | -4471/+18187 |
* | Bug 1792103 - Add a flag to disable building libnssckbi. r=djacksonNSS_3_84_BETA1 | John M. Schanck | 2022-10-05 | 2 | -1/+6 |
* | Bug 1791699 - Bump minimum NSPR version to 4.35. r=nss-reviewers,djackson | Ryan VanderMeulen | 2022-09-21 | 1 | -1/+1 |
* | Set version numbers to 3.84 Beta | John M. Schanck | 2022-09-15 | 4 | -7/+7 |
* | Documentation: Release notes for NSS 3.83 | John M. Schanck | 2022-09-15 | 2 | -8/+96 |
* | Backed out changeset ed04d4729b99 for incompatibility with TSan | John M. Schanck | 2022-09-09 | 2 | -32/+12 |
* | Backed out changeset b225a756abc2 | John M. Schanck | 2022-09-09 | 1 | -13/+9 |
* | Set version numbers to 3.83 betaNSS_3_83_BETA1 | John M. Schanck | 2022-09-08 | 3 | -6/+6 |
* | Bug 1789886 - resource leak in NSC_OpenSession. r=bbeurdouche | John M. Schanck | 2022-09-08 | 1 | -9/+13 |
* | Bug 1788875 - Remove set-but-unused variables from SEC_PKCS12DecoderValidateB... | John M. Schanck | 2022-09-08 | 1 | -14/+2 |
* | Bug 1563221 remove older oses that are unused part3/ BeOS r=nss-reviewers,dja... | Ludovic Hirlimann | 2022-09-07 | 23 | -152/+31 |
* | Bug 1563221 remove older unix support in NSS part 3 Irix r=nss-reviewers,djac... | Ludovic Hirlimann | 2022-09-07 | 12 | -213/+2 |
* | Bug 1563221 remove support for older unix in NSS part 2 DGUX r=nss-reviewers,... | Ludovic Hirlimann | 2022-09-07 | 1 | -1/+1 |
* | Bug 1563221 remove support for older unix in NSS part 1 OSF r=nss-reviewers,d... | Ludovic Hirlimann | 2022-09-07 | 22 | -284/+3 |
* | Bug 1778413 - Set nssckbi version number to 2.58. r=nss-reviewers,bbeurdouche | John M. Schanck | 2022-09-07 | 1 | -2/+2 |
* | Bug 1785297 - Add two SECOM root certificates to NSS. r=KathleenWilson | John M. Schanck | 2022-09-07 | 1 | -0/+284 |
* | Bug 1787075 - Add two DigitalSign root certificates to NSS. r=KathleenWilson | John M. Schanck | 2022-09-07 | 1 | -0/+297 |
* | Bug 1778412 - Remove Camerfirma Global Chambersign Root from NSS. r=KathleenW... | John M. Schanck | 2022-09-07 | 1 | -164/+0 |
* | Bug 1767921 - check SFTKSlot head after acquiring session lock. r=rrelyea | John M. Schanck | 2022-09-06 | 2 | -12/+32 |
* | Dummy change, trigger a build to test latest NSPR commits. | Kai Engert | 2022-08-30 | 1 | -1/+0 |
* | Bug 1771100 - Added bug reference and description to disabled *UnsolicitedSer... | Leander Schwarz | 2022-08-26 | 1 | -1/+1 |
* | Bug 1779361 - Removed skipping of ECH on equality of private and public SNI s... | Leander Schwarz | 2022-08-26 | 2 | -6/+1 |