CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/08 08:38:09
Modified files:
regress/lib/libcrypto/x509/bettertls: verify.c
Log message:
Read cert.pem once and reuse it instead of reading it twice per test cert
chain. It only takes a few dozens of ms to read it, but doing this 7290
times adds up to a few minutes run time. This way, the test completes in
a handful of seconds.
Diagnosed by jsing, ok beck
