Re: [openssl-users] Migration from AES_ctr128_encrypt to EVP

2016-08-15 Thread Vladimir A. Petrov
Hello Steve, I was solved. Actually we had a bit old version of the OpenSSL library in our repository which didn't contain CTR support. Upgrade resolved the problem. BTW, e.g. this page https://www.openssl.org/docs/manmaster/crypto/ does not have a reference on EVP_aes_128_ctr. Thanks, Vladimir.

Re: [openssl-users] Migration from AES_ctr128_encrypt to EVP

2016-08-08 Thread Jeffrey Walton
> Could you please point me on some useful documentation, piece of code or any > other source of information which would provide the guidelines for > accomplishing my task? Or maybe somebody of you already have the experience > in such migration which could be shared. https://wiki.openssl.org/inde

Re: [openssl-users] Migration from AES_ctr128_encrypt to EVP

2016-08-08 Thread Dr. Stephen Henson
On Mon, Aug 08, 2016, Vladimir A. Petrov wrote: > Hello, > > I need to migrate some code from the old style software implemented > AES_ctr128_encrypt to the EVP interface. I spent pretty much time reading > OpenSSL manual pages and Wiki as well as googling. Unfortunately, I still > can't get an i

[openssl-users] Migration from AES_ctr128_encrypt to EVP

2016-08-07 Thread Vladimir A. Petrov
Hello, I need to migrate some code from the old style software implemented AES_ctr128_encrypt to the EVP interface. I spent pretty much time reading OpenSSL manual pages and Wiki as well as googling. Unfortunately, I still can't get an idea how to migrate from these AES_* functions to the API prov