commit | 8c413a2d94fa720fae6a7d9c939e33978f3ed25b | [log] [tgz] |
---|---|---|
author | Matt Braithwaite <mab@google.com> | Tue Aug 11 17:19:35 2015 -0700 |
committer | Adam Langley <agl@google.com> | Thu Aug 20 21:11:20 2015 +0000 |
tree | d490bcc7366df8cc230a1afdf136139df4018aae | |
parent | 6a2de3c1d44796f6fdc918986760415fdd8737dd [diff] |
Re-add |EVP_des_ede_cbc|. Note that while |DES_ede2_cbc_encrypt| exists, I didn't use it: I think it's easier to see what's happening this way. (I couldn't find an authoritative source of test data, including in OpenSSL's source, so I used OpenSSL's implementation to produce the test ciphertext.) This benefits globalplatform. Change-Id: I7e17ca0b69067d7b3f4bc213b4616eb269882ae0 Reviewed-on: https://boringssl-review.googlesource.com/5724 Reviewed-by: Adam Langley <agl@google.com>