If I create a signed message as follows

openssl smime -sign -in msg.txt -CAfile CAcert.pem -signer UserCert.pem -inkey 
PrivateKey.pem -passin pass:pass -text -out msg.txt.signed

and verify via

openssl smime -verify -CAfile CACert.pem -inkey privateKeyAndCerts.pem -signer 
UserCert.pem -in msg.txt.signed

I get a "Verification successful" unless I have lines greater than 1022 bytes
long in msg.txt.  Is there anyway around the 1022 length number???

Thanks!
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to