Skip to content

Convert evidence to a list#17

Merged
lukevalenta merged 1 commit intomainfrom
lvalenta/evidence-list
Feb 25, 2025
Merged

Convert evidence to a list#17
lukevalenta merged 1 commit intomainfrom
lvalenta/evidence-list

Conversation

@lukevalenta
Copy link
Collaborator

@lukevalenta lukevalenta commented Feb 25, 2025

Convert evidence to a list

  • Use a list for evidence instead of a single value. This should allow
    evidence to be used more broadly than for X.509 chains in the future:
    (see Evidence davidben/merkle-tree-certs#23).
  • Use lazy parsing for X.509 chain evidence.

Unrelated:

  • bugfix: add open file descriptors to aas and evs maps.
  • When retrieving a certificate, double-check that the corresponding
    abridged assertion is present in the abridged-assertions file.
  • Rename http/server.go functions for consistency with cli.

@lukevalenta lukevalenta requested a review from bwesterb February 25, 2025 17:36
- Use a list for evidence instead of a single value. This should allow
  evidence to be used more broadly than for X.509 chains in the future:
  (see davidben/merkle-tree-certs#23).
- Use lazy parsing for X.509 chain evidence.

Unrelated:
- bugfix: add open file descriptors to `aas` and `evs` maps.
- When retrieving a certificate, double-check that the corresponding
  abridged assertion is present in the abridged-assertions file.
- Rename http/server.go functions for consistency with cli.
@lukevalenta lukevalenta force-pushed the lvalenta/evidence-list branch from 10c1caf to 7b771a3 Compare February 25, 2025 18:31
@lukevalenta lukevalenta merged commit beebf69 into main Feb 25, 2025
1 check passed
@lukevalenta lukevalenta deleted the lvalenta/evidence-list branch February 25, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants