CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/02/04 09:34:15
Modified files: lib/libcrypto/x509: x509_addr.c Log message: Remove a strange inheritance check from addr_validate_path_internal() The trust anchor can't inherit, but the code says that it can inherit just not if the leaf tries to inherit from that. This makes no sense and doesn't match what is done on the asid side. ok jsing