commit | 2be71faae4df9f97a700e7e813dad7b544492339 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 18 16:33:27 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 18 16:33:27 2013 +0200 |
tree | 71ebb691993ceaf95fc2af44cba09009443d9b3a | |
parent | b495d3a2c755f9fd3c8b755d78d7a92d66245c57 [diff] [blame] |
Fixed values for 2-key Triple DES in cipher layer
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c index ad829b7..9437212 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c
@@ -535,8 +535,8 @@ POLARSSL_MODE_CBC, POLARSSL_KEY_LENGTH_DES_EDE, "DES-EDE-CBC", - 16, - 16, + 8, + 8, &des_ede_info };