From 77c3247aa0b565ea6bf2032c2d2d20413a0d5af4 Mon Sep 17 00:00:00 2001 From: beck <> Date: Fri, 11 Sep 2020 18:34:29 +0000 Subject: Add x509_constraints.c - a new implementation of x509 name constraints, with regression tests. The use of the new name constraints is not yet activated in x509_vfy.c and will be activated in a follow on commit ok jsing@ --- src/lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 2e778a5b23..8f11313d58 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.43 2020/09/11 14:30:51 beck Exp $ +# $OpenBSD: Makefile,v 1.44 2020/09/11 18:34:29 beck Exp $ LIB= crypto LIBREBUILD=y @@ -277,7 +277,7 @@ SRCS+= x509_bcons.c x509_bitst.c x509_conf.c x509_extku.c x509_ia5.c x509_lib.c SRCS+= x509_prn.c x509_utl.c x509_genn.c x509_alt.c x509_skey.c x509_akey.c x509_pku.c SRCS+= x509_int.c x509_enum.c x509_sxnet.c x509_cpols.c x509_crld.c x509_purp.c x509_info.c SRCS+= x509_ocsp.c x509_akeya.c x509_pmaps.c x509_pcons.c x509_ncons.c x509_pcia.c x509_pci.c -SRCS+= x509_issuer_cache.c +SRCS+= x509_issuer_cache.c x509_constraints.c SRCS+= pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c .PATH: ${.CURDIR}/arch/${MACHINE_CPU} \ -- cgit v1.2.3-55-g6feb