Re: Problems with EVP_DecryptFinal

2005-03-29 Thread Nils Larsch
Tyler Durden wrote: Hello, I write the next c programming code that allow to do a test of encryption and decryption. I understand that I do bad, because the EVP_DecryptionFinal return 0 therefore the decrypted data are not match that the original data. Please help me. Thaks very much The code is th

Problems with EVP_DecryptFinal

2005-03-29 Thread Tyler Durden
Hello, I write the next c programming code that allow to do a test of encryption and decryption. I understand that I do bad, because the EVP_DecryptionFinal return 0 therefore the decrypted data are not match that the original data. Please help me. Thaks very much The code is this. I am using Mic