CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/04 07:49:07
Modified files:
regress/lib/libcrypto/x509: callback.c verify.c
Log message:
verify regress: allow setting verify depth and callback
This is pretty ugly and probably the the vct should be handed down to
the verify_cert*() functions, but this works and doesn't make these
tests any uglier than they already are.
The callback regress was modified with a least effort approach.
