CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/28 09:22:42
Modified files:
lib/libcrypto/x509: x509_internal.h x509_verify.c x509_vfy.c
Log message:
Get rid of historical code to extract the roots in the legacy case.
Due to the need to support by_dir, we use the get_issuer stuff when running
in x509_vfy compatibility mode amyway - so just use it any time we are
doing that. Removes a bunch of yukky stuff and a "Don't Look Ethel"
ok tb@ jsing@
