Skip to content

Commit

Permalink
Relaxed policy for test cases to avoid UTF8String PrintableString cla…
Browse files Browse the repository at this point in the history
…shes
  • Loading branch information
nessche committed Jun 1, 2010
1 parent 33b1db6 commit b3c0e15
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -73,7 +73,7 @@ preserve = no # keep passed DN ordering
# A few difference way of specifying how similar the request should look
# For type CA, the listed attributes must be the same, and the optional
# and supplied fields are just that :-)
policy = policy_match
policy = policy_anything

# For the CA policy
[ policy_match ]
Expand Down Expand Up @@ -116,7 +116,7 @@ x509_extensions = v3_ca # The extentions to add to the self signed cert
# MASK:XXXX a literal mask value.
# WARNING: current versions of Netscape crash on BMPStrings or UTF8Strings
# so use this option with caution!
string_mask = nombstr
string_mask = utf8only

# req_extensions = v3_req # The extensions to add to a certificate request

Expand Down

0 comments on commit b3c0e15

Please sign in to comment.