You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by jo...@apache.org on 2017/11/20 15:51:22 UTC

svn commit: r1815819 - /perl/Apache-Test/trunk/lib/Apache/TestSSLCA.pm

Author: jorton
Date: Mon Nov 20 15:51:22 2017
New Revision: 1815819

URL: http://svn.apache.org/viewvc?rev=1815819&view=rev
Log:
Generate client_colon cert with colon in CN for FakeBasicAuth failure case testing.

Modified:
    perl/Apache-Test/trunk/lib/Apache/TestSSLCA.pm

Modified: perl/Apache-Test/trunk/lib/Apache/TestSSLCA.pm
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/lib/Apache/TestSSLCA.pm?rev=1815819&r1=1815818&r2=1815819&view=diff
==============================================================================
--- perl/Apache-Test/trunk/lib/Apache/TestSSLCA.pm (original)
+++ perl/Apache-Test/trunk/lib/Apache/TestSSLCA.pm Mon Nov 20 15:51:22 2017
@@ -92,6 +92,9 @@ my $cert_dn = {
     },
     client_ok => {
     },
+    client_colon => {
+        CN => "user:colon",
+    },
     client_revoked => {
     },
     server => {