hi all,

I am testing decryption of aes-cbc-128 without padding mode using openssl
EVP API's,
On the server side Encryption of media stream is with WideWine Crypto
solution.
Problem which I am facing is that only the packets with size equal to
multiple of block size are
getting decrypted, while the one's which are not are only partially
decrypted and the remaining un-decrypted packet is placed in a partial
buffer(Decryption Fails). Is there any way by which I can achieve
decryption of this un-decrypted partial buffer??.

BR,
Dhaval

Reply via email to