Use NULL tickets when tickets aren't provided
Open
- Dominant language
- Go
- Stars
- 673
- Forks
- 188
- PR merge metrics
- No merged PRs in 30d
Description
As in #404, a perfectly reasonable user might leave off the *validation* parameter entirely when the TPM just needs to be given a NULL ticket.
It would be nice if we could make all the `TPMTTK` type objects' zero-values marshal themselves as NULL tickets, since that is really the only conceivable thing the user could have meant when they write this code.
Contributor guide
Assessment
This issue has not been assessed yet.