Lines Matching refs:app

73      ok(run(app(["openssl", "pkcs12", "-noout",
89 ok(run(app(["openssl", "pkcs12", "-export", "-chain",
100 ok(run(app(["openssl", "pkcs12", "-export",
113 ok(run(app(["openssl", "pkcs12", "-export",
124 ok(run(app(["openssl", "pkcs12", "-export",
135 ok(run(app(["openssl", "pkcs12",
141 ok(run(app(["openssl", "pkcs12", "-export", "-out", $outfile5,
146 my @pkcs12info = run(app(["openssl", "pkcs12", "-info", "-in", $outfile5,
163 ok(run(app(["openssl", "pkcs12", "-export",
186 ok(run(app(["openssl", "pkcs12", "-export", "-pbmac1_pbkdf2",
198 ok(run(app(["openssl", "pkcs12", "-in", "$pbmac1_id.p12", "-info", "-noout",
212 ok(run(app(["openssl", "pkcs12", "-in", $path, "-password", "pass:1234", "-noenc"])),
229 ok(run(app(["openssl", "pkcs12", @prov, "-in", $path, "-password", "pass:1234", "-noenc"])),
232 ok(run(app(["openssl", "pkcs12", @prov, "-in", $path, "-info", "-noout",
244 ok(run(app(["openssl", "pkcs12", "-in", $path, "-password", "pass:1234", "-noenc"])),
257 ok(run(app(["openssl", "pkcs12", "-in", $bad1, "-password", "pass:"])),
260 ok(run(app(["openssl", "pkcs12", "-in", $bad1, "-password", "pass:",
264 ok(run(app(["openssl", "pkcs12", "-in", $bad1, "-password", "pass:",
268 ok(run(app(["openssl", "pkcs12", "-in", $bad2, "-password", "pass:"])),
271 ok(run(app(["openssl", "pkcs12", "-in", $bad2, "-password", "pass:",
275 ok(run(app(["openssl", "pkcs12", "-in", $bad3, "-password", "pass:"])),
278 ok(run(app(["openssl", "pkcs12", "-in", $bad3, "-password", "pass:",
285 ok(run(app(["openssl", "pkcs12", "-export", "-out", $outfile7,
290 my @pkcs12info = run(app(["openssl", "pkcs12", "-info", "-in", $outfile7,