commit | 0e34235644883ba8b6b827e0517bd5f55dc33fa9 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Mon Jun 24 19:33:02 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 25 15:06:53 2013 +0200 |
tree | 802bdfac9c1e96b5d53358ad1d37d67c3a44af53 | |
parent | a4232a7ccbd95d6ea6664bc47e145a91f870cac4 [diff] |
Fixed values for 2-key Triple DES in cipher layer (cherry picked from commit 2be71faae4df9f97a700e7e813dad7b544492339)
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c index 4d947f6..030477f 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c
@@ -556,8 +556,8 @@ POLARSSL_MODE_CBC, POLARSSL_KEY_LENGTH_DES_EDE, "DES-EDE-CBC", - 16, - 16, + 8, + 8, &des_ede_info };