Lines Matching full:signature
36 $testtext.": Generating signature");
39 '-signature', $sigfile,
41 $testtext.": Verify signature with private key");
44 '-signature', $sigfile,
46 $testtext.": Verify signature with public key");
49 '-signature', $sigfile,
68 $testtext.": Generating signature using sha512 command");
71 '-signature', $sigfile,
73 $testtext.": Verify signature with public key using sha512 command");
76 '-signature', $sigfile,
78 $testtext.": Verify signature with private key");
81 '-signature', $sigfile,
83 $testtext.": Verify signature with public key");
86 '-signature', $sigfile,
95 subtest "RSA signature generation and verification with `dgst` CLI" => sub {
101 subtest "RSA signature generation and verification with `sha512` CLI" => sub {
112 subtest "DSA signature generation and verification with `dgst` CLI" => sub {
123 subtest "ECDSA signature generation and verification with `dgst` CLI" => sub {
134 subtest "Ed25519 signature generation and verification with `dgst` CLI" => sub {
140 subtest "Ed448 signature generation and verification with `dgst` CLI" => sub {
151 subtest "ML-DSA-44 signature generation and verification with `dgst` CLI" => sub {
156 subtest "ML-DSA-65 signature generation and verification with `dgst` CLI" => sub {
161 subtest "ML-DSA-87 signature generation and verification with `dgst` CLI" => sub {
264 "Generating signature with xoflen should fail");