Lines Matching refs:ok
36 ok(run(app(["openssl", "x509", "-text", "-in", $pem, "-out", $out_msb,
40 ok(run(app(["openssl", "x509", "-text", "-in", $pem, "-out", $out_utf8,
52 ok(run(app(["openssl", "x509", "-text", "-in", $p12, "-out", $out_pem,
57 ok(!run(app(["openssl", "x509", "-in", $pem, "-inform", "DER",
60 ok(run(app(["openssl", "x509", "-in", $pem, "-inform", "PEM",
63 ok(!run(app(["openssl", "x509", "-in", $der, "-inform", "PEM",
76 ok(run(app(["openssl", "pkey", "-in", $pkey, "-pubout", "-out", $pubkey]))
99 ok(run(test(["v3ext", srctop_file(@certs, "pathlen.pem")])));
128 ok(test_errors("Bad output format", "root-cert.pem", '-outform', 'http'),
130 ok(test_errors("RC2-40-CBC", "v3-certs-RC2.p12", '-passin', 'pass:v3-certs'),
135 ok(test_errors("Unable to load Public Key", "sm2.pem", '-text'),
140 ok(run(app(["openssl", "x509", "-noout", "-dates", "-dateopt", "rfc_822",
143 ok(run(app(["openssl", "x509", "-noout", "-dates", "-dateopt", "iso_8601",
146 ok(!run(app(["openssl", "x509", "-noout", "-dates", "-dateopt", "invalid_format",
173 ok(run(app(["openssl", "req", "-x509", "-newkey", "rsa:2048",
178 ok(run(app(["openssl", "req", "-x509", "-newkey", "rsa:4096",
183 ok(run(app(["openssl", "x509", "-in", $a_cert, "-CA", $ca_cert,
187 ok (get_issuer($a2_cert) =~ /CN = ca.example.com/);
193 ok(!run(app(["openssl", "x509", "-req", "-in", $in_csr, "-signkey", $in_key,
202 ok(run(app(["openssl", "req", "-new", "-newkey", "rsa:4096",
207 ok(run(app(["openssl", "x509", "-req", "-text", "-CAcreateserial",
211 ok(get_issuer($b_cert) =~ /CN = ca.example.com/);