Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Error reading S/MIME message with openssl

by Corion (Patriarch)
on Oct 05, 2019 at 09:37 UTC ( [id://11107084]=note: print w/replies, xml ) Need Help??


in reply to Error reading S/MIME message with openssl

Does the error occur without using Perl as well?

What is the output if you run the following command on the shell (with the variables replaced by the values in your Perl program):

$OPENSSL smime -decrypt -in $mailfile -recip $RECIP_CERT -inkey $RECIP +_KEY -passin pass:$RECIP_PASSWORD

If you get the same output there, the problem is with $OPENSSL or with the client input and has nothing to do with Perl.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11107084]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (1)
As of 2024-04-25 01:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found