summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/certs/verify_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add case 2c to the go side. Don't tell jsing I touched go.beck2021-08-281-0/+1
|
* Provide tools to build certificate changes for verify regress.jsing2020-07-141-0/+111
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@