TEST: Adapt all applicable tests to the new distinguishing ID
[openssl.git] / test / recipes / 80-test_ca.t
index c01bc389faed3af30faf47314ae4d88e8870db68..5b4f59b69bab2bcc1842b1427b29d695839af8ba 100644 (file)
@@ -59,8 +59,8 @@ SKIP: {
                        srctop_file("test", "CAss.cnf"),
                        "-in", srctop_file("test", "certs", "sm2-csr.pem"),
                        "-out", "sm2-test.crt",
-                       "-sigopt", "sm2_id:1234567812345678",
-                       "-sm2-id", "1234567812345678",
+                       "-sigopt", "distid:1234567812345678",
+                       "-vfyopt", "distid:1234567812345678",
                        "-md", "sm3",
                        "-cert", srctop_file("test", "certs", "sm2-root.crt"),
                        "-keyfile", srctop_file("test", "certs", "sm2-root.key")]))),