boringssl/crypto/cipher
Matt Braithwaite 8c413a2d94 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>
2015-08-20 21:11:20 +00:00
..
test Re-add |EVP_des_ede_cbc|. 2015-08-20 21:11:20 +00:00
aead_test.cc Call ERR_clear_error after functions that are expected to fail. 2015-07-01 21:47:44 +00:00
aead.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
cipher_test.cc Re-add |EVP_des_ede_cbc|. 2015-08-20 21:11:20 +00:00
cipher.c Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|. 2015-08-05 21:23:56 +00:00
CMakeLists.txt Port cipher_test to file_test. 2015-05-13 17:00:55 +00:00
derive_key.c Inital import. 2014-06-20 13:17:32 -07:00
e_aes.c Remove superfluous “!= 0” in if. 2015-08-17 19:12:07 +00:00
e_chacha20poly1305.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
e_des.c Re-add |EVP_des_ede_cbc|. 2015-08-20 21:11:20 +00:00
e_null.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
e_rc2.c Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|. 2015-08-05 21:23:56 +00:00
e_rc4.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
e_ssl3.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
e_tls.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
internal.h Use EVP_AEAD_CTX in crypto/cipher/internal.h. 2015-05-11 23:37:21 +00:00
tls_cbc.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00