Hi
I experience a weird problem. I encrypt a file usin PHP OPenSSL and
Rijndael-128. I split the file and encrypt it, calculating a signature for
each block.
When I want to decrypt, it seems to work (I can decrypt and verify several
blocks), but, randomly, the signature checking rerurn 0. Nothing changes
betwwen the successful decryption and the failure. The key is correct and
the same than before.
The only idea I have now is that, I perform a lot of decryptions in a short
time (several dozens, hundreds), so, maybe, it could make it fail.
If I check the content of openssl_error_string, I can see :
error:0906D06C:PEM routines:PEM_read_bio:no start line


But this error happens everytime (even when it works), so, I dont think it's
related.

Any idea ?
Thanks
-- 
View this message in context: 
http://old.nabble.com/OpenSSL-verify-fails-tp31008774p31008774.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to