Lines Matching full:dsa
24 plan skip_all => "This test is unsupported in a no-dsa build"
25 if disabled("dsa");
34 '-algorithm', 'DSA',
38 "genpkey DSA params fips186_4 with verifiable g");
41 '-algorithm', 'DSA',
44 "genpkey DSA params fips186_4 with unverifiable g");
47 '-algorithm', 'DSA',
52 "genpkey DSA params fips186_4 with truncated SHA");
55 '-algorithm', 'DSA',
58 "genpkey DSA params fips186_2");
61 '-algorithm', 'DSA',
65 "genpkey DSA params fips186_2 PEM");
67 ok(!run(app([ 'openssl', 'genpkey', '-algorithm', 'DSA',
70 "genpkey DSA does not support groups");
73 '-algorithm', 'DSA',
77 "genpkey DSA params fips186_4 PEM");
80 '-algorithm', 'DSA',
87 "genpkey DSA params fips186_4 DER");
93 "genpkey DSA fips186_2 with PEM params");
104 "genpkey DSA fips186_4 with DER params");
107 '-algorithm', 'DSA'])),
108 "genpkey DSA with no params should fail");
122 '-algorithm', 'DSA',
126 "Generating 3072-bit DSA params");
134 "Generating 3072-bit DSA keypair");