aboutsummaryrefslogtreecommitdiffstats
path: root/checks/x509.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-23 22:05:01 +0000
committerlloyd <[email protected]>2006-06-23 22:05:01 +0000
commitb94dd9b02d9a812a727704594f7784820685b4ed (patch)
tree7af8ccaadb3125cffa6780d40406d4ac17e612fc /checks/x509.cpp
parent9f47066cb84e30b49ffbcaf2706d40bc6473288e (diff)
Modify the X.509 tests so they pick up a bug in PKCS10_Request
Diffstat (limited to 'checks/x509.cpp')
-rw-r--r--checks/x509.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/x509.cpp b/checks/x509.cpp
index 0a75d28e3..05c223937 100644
--- a/checks/x509.cpp
+++ b/checks/x509.cpp
@@ -143,5 +143,7 @@ X509_Cert_Options req_opts2()
opts.dns = "botan.randombit.net";
opts.email = "[email protected]";
+ opts.add_ex_constraint("PKIX.EmailProtection");
+
return opts;
}