Am 08.06.14 18:16, schrieb Steffan Karger:
> OpenSSL has added AEAD-CBC mode ciphers like AES-128-CBC-HMAC-SHA1, which
> have mode EVP_CIPH_CBC_MODE, but require a different API (the AEAD API).
> So, add extra checks to filter out those AEAD-mode ciphers.
>
> Adding these made the crypto library agnostic function cfb_ofb_mode()
> superfuous, so removed that on the go.
>
> Also update all cipher mode checks to use the new cipher_kt_mode_*()
> functions for consistency.
>
>
ACK. Apart from the AEAD changes is also only refactoring.

Arne

Reply via email to