commit | 65a7b21f5ec22efe12d58cb3b760fb9e93ff8502 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Sun Mar 29 20:30:58 2015 +0300 |
committer | Jouni Malinen <j@w1.fi> | Sun Mar 29 20:30:58 2015 +0300 |
tree | e3fbfd962d04f6a929a7203b597b8fb11750b4e9 | |
parent | 22ba05c09e001857853b3bd425061b120f32a738 [diff] |
OpenSSL: Implement AES-128 CBC using EVP API This replaces the internal CBC mode implementation in aes_128_cbc_encrypt() and aes_128_cbc_decrypt() with the OpenSSL implementation for CONFIG_TLS=openssl builds. Signed-off-by: Jouni Malinen <j@w1.fi>