Tolerate a Certificate using a non-supported group on server side
[openssl.git] / test / recipes / 80-test_ca.t
index 4c470fbfe26c1cc5f973d8f1313b68137d3c5d52..557777e191aa2c70e7b57bf658fe12e563493504 100644 (file)
@@ -35,7 +35,7 @@ plan tests => 5;
         if !ok(run(perlapp(["CA.pl","-newreq"])),
                'creating certificate request');
 
-     $ENV{OPENSSL_CONFIG} = '-config "'.$std_openssl_cnf.'"';
+     $ENV{OPENSSL_CONFIG} = '-rand_serial -config "'.$std_openssl_cnf.'"';
      skip "failed to sign certificate request", 2
         if !is(yes(cmdstr(perlapp(["CA.pl", "-sign"]))), 0,
                'signing certificate request');