0
Files
Emily Stark 8794c699c2 Change Trust Anchor ID field from string to bytes
We had originally planned to store Trust Anchor IDs in the Chrome Root
Store as strings, in their ASCII representation (e.g., "1.2.3.4"), but
decided to change these to bytes with the Trust Anchor IDs in the
binary representation. This will make the code consuming them in
TrustStoreChrome slightly simpler and more efficient (since we won't
have to convert from ASCII to binary representation), and saves a few
bytes on the wire and in the binary.

Bug: 414630735
Change-Id: I01cf1ad28cdd21f6ed7722f0ede18542a6baddb0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6553987
Reviewed-by: Matt Mueller <mattm@chromium.org>
Commit-Queue: Emily Stark <estark@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1461462}
2025-05-16 10:40:34 -07:00
..