perl.crypto...AW: sign string with certificate by Reif Peter- July 3, 2008 > On Mon, 30 Jun 2008 16:33:32 +0200, peter.reifwien.gv.at > ("Reif Peter")> wrote:> > >How do I write a script in perl that signs a string with a > certificate> >(e.g. a SSL server certificate) to get a pkcs7 signature. I > want a pkcs7> >signature, because it contains the signing certificate and the ca.> >> >Thanks> >Peter> > I&39;m no expert at this, but can&39;t you just take the older x509 scripts> and replace x509...http://www.nntp.perl.org/group/perl.crypto/2008/07/msg99.html Re: sign string with certificate by zentara- July 1, 2008 On Mon, 30 Jun 2008 16:33:32 +0200, peter.reifwien.gv.at ("Reif Peter")wrote:>How do I write a script in perl that signs a string with a certificate>(e.g. a SSL server certificate) to get a pkcs7 signature. I want a pkcs7>signature, because it contains the signing certificate and the ca.>>Thanks>PeterI&39;m no expert at this, but can&39;t you just take the older x509 scriptsand replace x509 with pkcs7 This shell outline works, but I don&39;t know if it&39;s correct...http://www.nntp.perl.org/group/perl.crypto/2008/07/msg98.html |