CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/14 12:27:28
Added files:
regress/lib/libcrypto/certs: Makefile README make-certs.sh
verify_test.go
Log message:
Provide tools to build certificate changes for verify regress.
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@
