Re: [openssl-users] Porting to EVP methods: AES_set_encrypt_key()

2015-04-29 Thread Matt Caswell
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

[openssl-users] Porting to EVP methods: AES_set_encrypt_key()

2015-04-29 Thread jonetsu
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