Lines Matching +full:106 +full:- +full:db
2 # Copyright 2015-2021 The OpenSSL Project Authors. All Rights Reserved.
27 tconversion( -type => "crl", -in => srctop_file("test","testcrl.pem") );
32 ok(compare1stline([qw{openssl crl -noout -fingerprint -in},
35 ok(compare1stline([qw{openssl crl -noout -fingerprint -sha256 -in},
37 …'SHA2-256 Fingerprint=B3:A9:FD:A7:2E:8C:3D:DF:D0:F1:C3:1A:96:60:B5:FD:B0:99:7C:7F:0E:E4:34:F5:DB:8…
38 ok(compare1stline([qw{openssl crl -noout -hash -in},
40 '106cd822'));
42 ok(compare1stline_stdin([qw{openssl crl -hash -noout}],
44 '106cd822'),
47 ok(!run(app(["openssl", "crl", "-text", "-in", $pem, "-inform", "DER",
48 "-out", $out, "-nameopt", "utf8"])));
49 ok(run(app(["openssl", "crl", "-text", "-in", $pem, "-inform", "PEM",
50 "-out", $out, "-nameopt", "utf8"])));