From a78f97355dbe0dc76c873fa00d487d14d77e42e4 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 16 Apr 2015 21:06:22 +0200 Subject: Set string_mask in OpenSSL config file when creating a certificate request. utf8only should match modern OpenSSL configs. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 51500aa..61c3f60 100644 --- a/Makefile +++ b/Makefile @@ -112,6 +112,7 @@ tests-createca: echo '[ req ]' > caconfig.txt ; \ echo 'distinguished_name = req_distinguished_name' >> caconfig.txt ; \ echo 'x509_extensions = v3_ca' >> caconfig.txt ; \ + echo 'string_mask = utf8only' >> caconfig.txt ; \ echo '[ req_distinguished_name ]' >> caconfig.txt ; \ echo '[ v3_ca ]' >> caconfig.txt ; \ echo 'basicConstraints=CA:true' >> caconfig.txt ; \ -- cgit v1.1