Re: Newbie dev problems: EVP_DecryptFinal:wrong final block length

2005-11-23 Thread Dr. Stephen Henson
On Wed, Nov 23, 2005, roro GRONAN wrote: > Hi everybody, > i'm new with the openssl libs (0.9.8a), I try to develop a program wich > need to produce a file that can be decrypted with the openssl command line > tool. > i choosed des_ede3_cbc as the syemtric algorithm. > > the "encryption" part o

Newbie dev problems: EVP_DecryptFinal:wrong final block length

2005-11-23 Thread roro GRONAN
Hi everybody, i'm new with the openssl libs (0.9.8a), I try to develop a program wich need to produce a file that can be decrypted with the openssl command line tool. i choosed des_ede3_cbc as the syemtric algorithm. the "encryption" part of my code is given at the end of this post. I verified