summaryrefslogtreecommitdiff
path: root/lib/x509/Makefile.am
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-02-13 14:47:14 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-02-17 13:45:28 +0100
commit40a9a1a450c2b3c045e7b9bfb8f3c3f13715f35d (patch)
tree9533d5642dc4eb3e005187ee841b2b4854a3a6f6 /lib/x509/Makefile.am
parent4b4b7bf4614c9ad3dc553d385004f07da8becf9d (diff)
downloadgnutls-40a9a1a450c2b3c045e7b9bfb8f3c3f13715f35d.tar.gz
Added support for name constraints X.509 extension.
This allows to generate and read the name constraints extension, as well as check against the DNSNAME value.
Diffstat (limited to 'lib/x509/Makefile.am')
-rw-r--r--lib/x509/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/x509/Makefile.am b/lib/x509/Makefile.am
index 4fc657969b..b2e5a17a48 100644
--- a/lib/x509/Makefile.am
+++ b/lib/x509/Makefile.am
@@ -56,6 +56,7 @@ libgnutls_x509_la_SOURCES = \
x509.c x509_dn.c \
x509_int.h \
x509_write.c \
+ name_constraints.c \
verify-high.c \
verify-high2.c \
verify-high.h