Re: [Podofo-users] Last series of commits + Ideas

2014-04-06 Thread Palmer Zent
The problem is fixed after removing the use of Appleā€™s Common Crypto instead of OpenSSL for Apple platforms. It may be reactivated by reversing commit 1594 and syncing the code that uses OpenSSL with the one using Common Crypto in PdfEncrypt.cpp. The current trunk has been tested on OSX, Linux

Re: [Podofo-users] what is the status of AES Decrypt/Encrypt

2014-04-06 Thread zyx
On Thu, 2014-04-03 at 11:43 +0200, Andreas Brzesowsky wrote: Because if the patch is applied correctly the error message Error AES-decryption data length not a multiple of the key length does not exists anymore In the patch are these lines: -if( lLen % keyLen != 0 ) -