Commit Graph

9 Commits

Author SHA1 Message Date
John Andersen 3fb740943c
projects: tpm2-tss: Add Bill to auto_cc (#3689)
Signed-off-by: John Andersen <john.s.andersen@intel.com>
2020-04-21 11:33:41 -07:00
Tadeusz Struk c5b149af28
[tpm2-tss] disable swtpm tcti (#3541)
We need to disable all supported tctis for fuzzing.
This includes recently added swtpm.
Also switch the option from --enable-<module>=no
to preferred --disable-<module>

Signed-off-by: Tadeusz Struk <tstruk@gmail.com>
2020-03-26 08:55:25 -07:00
Max Moroz 71f4914c45
[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)
* [presubmit] Enforce language attribute in projectt.yaml to be always set.

* Update documentation, better presubmit check, new project template.

* add docstring to templates.py

* Add example values in the project.yaml template and remove python value for now

* Add "project: c++" to 256 projects

* format

* Add labels and selective_unpack sections to the presubmit check

* fix incorrect auto_ccs format in three projects

* fix nss emails after rebase
2020-03-10 11:08:01 -07:00
Jonas Witschel 60069cf1fe [tpm2-tss] disable building the Feature API (FAPI) (#3193)
The new API introduced in
6da95b04b4
pulls in additional build dependencies like json-c and is currently not
part of the fuzz testing, so disable it.
2020-01-07 11:29:08 -08:00
John Andersen eb6be0506e [tpm2-tss] Add Andreas to CC list and sync Dockerfile (#2482)
Signed-off-by: John Andersen <john.s.andersen@intel.com>
2019-06-03 17:15:59 -07:00
Abhishek Arya d1afb0ac72
Fix missing $, strip _fuzz from tpm2-tss targets (#2219) 2019-03-07 19:48:20 -08:00
John Andersen a6e3857f93 [tpm2-tss] Change targets from .fuzz to _fuzz (#2220)
Fixes: #2219

Signed-off-by: John Andersen <john.s.andersen@intel.com>
2019-03-07 16:59:36 -08:00
John Andersen da89846a21 [tpm2-tss] Fix tpm2-tss build (#2204)
New checks were added to configure which require that
the GEN_FUZZ environment variable be set during both
the bootstrap and configure scripts.

Fixes: #2203

Signed-off-by: John Andersen <john.s.andersen@intel.com>
2019-03-04 10:25:08 -08:00
John Andersen 32d9f390e6 [tpm2-tss] Integrate tpm2-tss (#2189)
Signed-off-by: John Andersen <john.s.andersen@intel.com>
2019-03-01 07:10:26 -08:00