Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make this test module aware so it passes with Go 1.16 | 2021-02-23 | 1 | -0/+4 | |
| | |||||
* | Provide generated certificate bundles and roots for regress. | 2020-07-14 | 74 | -0/+3721 | |
| | | | | ok beck@ tb@ | ||||
* | Provide tools to build certificate changes for verify regress. | 2020-07-14 | 4 | -0/+636 | |
This provides a script that generates a variety of certificate chains and assembles them into bundles containing various permutations, which can be used to test our X.509 verification. A Go program is included to verify each of these bundles. ok beck@ tb@ |