Lines Matching refs:Issuer
68 my $subj = "/CN=CA"; # using same DN as in issuer of ee-cert.pem
70 my $pkey = srctop_file(@certs, "ca-key.pem"); # issuer private key
71 my $pubkey = "ca-pubkey.pem"; # the corresponding issuer public key
150 # extracts issuer from a -text formatted-output
153 my $issuer = "";
156 if ($line =~ /Issuer:/) {
157 $issuer = $line;
161 return $issuer;
186 # verify issuer is CA
210 # Verify issuer is CA