Fix wrong key decryption test 34/248834/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 2 Dec 2020 13:55:23 +0000 (14:55 +0100)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Wed, 2 Dec 2020 13:55:23 +0000 (14:55 +0100)
commit3492dc19d22e2b83149a6fd36c34d9f03bb20941
treee17e0016425909b2c85a955e3c6f74f6f2c92e04
parentbbd1d8e575c8f1df9397b2f87588363d2a60bddb
Fix wrong key decryption test

The test T604 fails from time to time at test_encrypt.cpp:738. The
reason is that the wrong key used for decryption can generate a properly
padded buffer with quite high probability (more than 1/256).

Fix by adding a length check in above case.

Also remove an outdated comment related to invalid decryption.

Change-Id: I22f7c837dc30c605dadd5c7ba8fa6b025f3396e0
tests/test_encrypt.cpp