]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/recipes/80-test_tsa.t
Deprecate -nodes in favor of -noenc in pkcs12 and req app
[thirdparty/openssl.git] / test / recipes / 80-test_tsa.t
index 859dacbdd162021ade5b273fd88163066b98fc63..3a4d729d0d30c2c67fb4206b9f7bfb7333ba9ab9 100644 (file)
@@ -97,7 +97,7 @@ indir "tsa" => sub
      $ENV{TSDNSECT} = "ts_ca_dn";
      skip "failed", 19
          unless ok(run(app(["openssl", "req", "-config", $openssl_conf,
-                            "-new", "-x509", "-nodes",
+                            "-new", "-x509", "-noenc",
                             "-out", "tsaca.pem", "-keyout", "tsacakey.pem"])),
                    'creating a new CA for the TSA tests');