CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/04/28 09:30:14
Modified files: lib/libcrypto/x509: x509_policy.c Log message: Deassert x509_policy_level_find() Move the check that level->nodes is sorted to the call site and make sure that the logic is preserved and erroring does the right thing. with beck ok jsing