DES-CBC (not 3DES-CBC) support is invalid (DES should use 8 bytes key, not 24 bytes), it is not covered by testsuite and DES is cracable/deprecated/etc since long ago. Stop providing single-key DES support. In case one really needs it, it can be emulated through supplying same key triple times to 3DES-CBC. Signed-off-by: Dmitry Eremin-Solenikov dmitry.ereminsoleni...@linaro.org
----------------github------------------------ /** Email created from pull request 289 (lumag:nodes) ** https://github.com/Linaro/odp/pull/289 ** Patch: https://github.com/Linaro/odp/pull/289.patch ** Base sha: 29c7a054f7151d33795a0d8d7df5594bf4fddb55 ** Merge commit sha: 98de673e13800b64d64bbfd36986b25895fc82a4 **/ ----------------/github------------------------ ----------------checkpatch.pl------------------------ total: 0 errors, 0 warnings, 0 checks, 40 lines checked to_send-p-000.patch has no obvious style problems and is ready for submission. ----------------/checkpatch.pl------------------------