CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2023/04/26 13:11:33
Modified files: lib/libcrypto/asn1: x_x509.c lib/libcrypto/x509: pcy_cache.c pcy_data.c pcy_int.h pcy_lib.c pcy_map.c pcy_node.c pcy_tree.c x509_cpols.c x509_local.h x509_policy.c x509_vfy.c Log message: Make the new policy code in x509_policy.c to be selectable at compile time. The old policy codes remains the default, with the new policy code selectable by defining LIBRESSL_HAS_POLICY_DAG. ok tb@ jsing@