PKCS#7 commands in PERL

2001-10-18 Thread Mark Strong
How would I do something like this from perl openssl smime -sign -in message.unsigned -signer my.pem -inkey my.key -out message.signed -outform DER -nodetach can I use Net::SSLeay ? Or is there another perl module to interface with openssl ? Regards Mark Strong _

Re: PKCS#7 commands in PERL

2001-10-18 Thread Mads Toftum
On Thu, Oct 18, 2001 at 07:54:28AM +1000, Mark Strong wrote: > How would I do something like this from perl > > openssl smime -sign -in message.unsigned -signer my.pem -inkey my.key -out > message.signed -outform DER -nodetach > > can I use Net::SSLeay ? Or is there another perl module to inter