> [f.val...@cepisoft.net - Fri Jun 01 20:14:30 2012]:
> 
> I'm using openssl.exe (last version 1.0.1) for encrypt some files with
> Windows Seven.
> 
> 
> 
> My command line is :
> 
> openssl cms -encrypt -in c:\sc224.pdf -out c:\sc224.pkcs7 -outform DER
> -aes-128-cbc c:\test.pem
> 
> I haven't problem for small files but when i try this command line
> with a file of 400Ko there's no error reported but the result is a
> very small pkcs7 file.
> 
> I've tried the -print option, the result file is good except in the
> encryptedContent section who is too small to !
> 

Use the -binary option too.

Steve.
-- 
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to