diff options
author | lloyd <[email protected]> | 2006-06-23 22:05:01 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-06-23 22:05:01 +0000 |
commit | b94dd9b02d9a812a727704594f7784820685b4ed (patch) | |
tree | 7af8ccaadb3125cffa6780d40406d4ac17e612fc /checks/x509.cpp | |
parent | 9f47066cb84e30b49ffbcaf2706d40bc6473288e (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.cpp | 2 |
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; } |