#4061 closed defect (fixed)

Add test vectors for GBS SPKI hash calculation

Reported by: exarkun Owned by: exarkun
Priority: normal Milestone: undecided
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

GBS uses the SPKI hash of the server's certificate as the self-authentication mechanism for NURLs.

The calculation of this hash must remain stable and consistent over time. Add some test vectors to try to catch any changes before they make it in.

Change History (3)

comment:1 Changed at 2023-08-22T12:18:02Z by exarkun

There's one such test vector in HTTPSNurlTests. I plan to add a couple more certificates with their expected results and also intermediate SPKI bytes (pre-hashing).

comment:2 Changed at 2023-08-22T12:18:10Z by exarkun

  • Owner set to exarkun
  • Status changed from new to assigned

comment:3 Changed at 2023-09-05T13:55:40Z by GitHub <noreply@…>

  • Resolution set to fixed
  • Status changed from assigned to closed

In fbd3831/trunk:

Merge pull request #1331 from exarkun/4061.spki-hash-test-vectors

Add more SPKI Fingerprint test vectors

Fixes ticket:4061

Note: See TracTickets for help on using tickets.