CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2021/08/28 01:49:00
Modified files: lib/libcrypto/x509: x509_internal.h x509_verify.c Log message: Remove the "dump_chain" flag and code. This was a workaround for a problem where roots were not checked correctly before intermediates that has since been fixed and is no longer necessary. It is regress checked by case 2c in regress/lib/libcrypto/x509/verify.c ok jsing@ tb@