On 29/04/15 21:39, jonetsu wrote:
> Hello,
>
> The context is migrating an application to use EVP only methods.
>
> AES_set_encrypt_key(...)
>
> AES_cfb128_encrypt(...)
>
> The AES_cfb128_encrypt() is pretty clear to migrate to EVP_*,
> what about the AES_set_encrypt_key() ? I haven't foun
Hello,
The context is migrating an application to use EVP only methods.
AES_set_encrypt_key(...)
AES_cfb128_encrypt(...)
The AES_cfb128_encrypt() is pretty clear to migrate to EVP_*,
what about the AES_set_encrypt_key() ? I haven't found yet any
correlation to the EVP methods, let alone an a