aboutsummaryrefslogtreecommitdiff
path: root/include/dice/known_test_values.h
AgeCommit message (Collapse)Author
2022-01-22Roll boringsslDarren Krahn
This CL also addresses an X.509 encoding quirk where a boolean was previously encoded as 0x01 rather than 0xFF. This is not incorrect as much as unconventional. The latest version of boringssl corrects this and the known test values and templates here follow suit. Test: Build, unit tests Change-Id: I7ec778457fbfc16a5845d98a057b8d39b6bcc1c6 Reviewed-on: https://pigweed-review.googlesource.com/c/open-dice/+/75361 Reviewed-by: Andrew Scull <ascull@google.com> Commit-Queue: Darren Krahn <dkrahn@google.com>
2021-02-06Initial dropDarren Krahn
Change-Id: I987ee6af6960bf2552628ee094cd656bf9e5f2fa Reviewed-on: https://pigweed-review.googlesource.com/c/open-dice/+/31966 Reviewed-by: Ali Zhang <alizhang@google.com>