summaryrefslogtreecommitdiff
path: root/nss.gyp
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1334054 - fix CERT_FormatName output buffer length calculation r=franziskusDavid Keeler2017-05-101-0/+1
| | | | | | | | | | | | | | Summary: Before this patch, CERT_FormatName attempted to account for the length of the additional formatting in its output buffer length, but added an insufficient amount (a fixed 128 bytes). This patch dynamically accounts for the additional space required by the formatting output (it can over-account in some cases, but this is unlikely to be a performance concern compared to the original implementation). Reviewers: franziskus Differential Revision: https://nss-review.dev.mozaws.net/D307
* Bug 1345089 - add prng kat tests, r=ttaubertFranziskus Kiefer2017-02-281-1/+2
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D237
* Bug 1333361 - Fix static fuzzing builds r=franziskusTim Taubert2017-01-251-1/+0
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D170
* Bug 1330655 - Make NSS build within OSS-Fuzz r=franziskusTim Taubert2017-01-201-2/+6
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D161
* Bug 1330980 - Add first version of new "nss" tool r=ttaubertStefan Gschiel2017-01-131-0/+1
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D84
* Bug 1330563 - GYP: Remove unused gtests/common/common.gyp r=mtTim Taubert2017-01-121-1/+0
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D146
* Bug 1317924 - resurrect mpi tests, r=ttaubertFranziskus Kiefer2016-11-161-0/+6
| | | | Differential Revision: https://nss-review.dev.mozaws.net/D68
* bug 1315263 - Add a way to skip shlibsign in gyp build. r=franziskusTed Mielczarek2016-11-041-32/+36
|
* bug 1315231 - fix gyp build on windows. r=franziskusTed Mielczarek2016-11-091-0/+1
|
* Bug 1316274 - Fuzzing mode: Move fuzz/ to GYP, remove Makefiles and ↵Tim Taubert2016-11-111-2/+9
| | | | | | | | | manifests r=franziskus Differential Revision: https://nss-review.dev.mozaws.net/D52 * * * fixup From ab8763469977a338a61d610ed69ef045244630f3 Mon Sep 17 00:00:00 2001
* Bug 1310612 - move gtests to a directory of that name, r=franziskusMartin Thomson2016-10-281-7/+7
|
* Bug 1310944 - Implement deterministic PRNG for fuzzing mode r=franziskusTim Taubert2016-10-251-0/+17
| | | | Differential Revision: https://nss-dev.phacility.com/D98
* Bug 1308463 - Make gyp build system generate chk files r=franziskusTim Taubert2016-10-221-0/+31
| | | | Differential Revision: https://nss-dev.phacility.com/D107
* Bug 1306319 - Fix layer violations, r=kaie,uenoFranziskus Kiefer2016-09-301-1/+2
| | | | try: -b do -p linux,linux64-gyp -u all -t all -e all
* bug 1237872 - Add gyp build system for NSS. r=fkieferTed Mielczarek2016-09-231-0/+202