<p dir="ltr">Hello Steve,</p>
<p dir="ltr">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 <a href="https://www.openssl.org/docs/manmaster/crypto/">https://www.openssl.org/docs/manmaster/crypto/</a> does not have a reference on EVP_aes_128_ctr.</p>
<p dir="ltr">Thanks,<br>
Vladimir.</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Aug 8, 2016 11:08 PM, "Dr. Stephen Henson" <<a href="mailto:steve@openssl.org">steve@openssl.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Mon, Aug 08, 2016, Vladimir A. Petrov wrote:<br>
<br>
> Hello,<br>
><br>
> I need to migrate some code from the old style software implemented<br>
> AES_ctr128_encrypt to the EVP interface. I spent pretty much time reading<br>
> OpenSSL manual pages and Wiki as well as googling. Unfortunately, I still<br>
> can't get an idea how to migrate from these AES_* functions to the API<br>
> provided by EVP. The closest info that I found is the proposal made by Dr<br>
> Stephen N. Henson (<br>
> <a href="https://mta.openssl.org/pipermail/openssl-users/2015-March/000776.html" rel="noreferrer" target="_blank">https://mta.openssl.org/<wbr>pipermail/openssl-users/2015-<wbr>March/000776.html</a>) to<br>
> switch to EVP_aes_128_ctr, but there is no such 'ctr' mode in EVP for AES.<br>
><br>
><br>
<br>
I'm not sure what you mean by "but there is no such 'ctr' mode in EVP for<br>
AES": can you clarify?<br>
<br>
Steve.<br>
--<br>
Dr Stephen N. Henson. OpenSSL project core developer.<br>
Commercial tech support now available see: <a href="http://www.openssl.org" rel="noreferrer" target="_blank">http://www.openssl.org</a><br>
--<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" rel="noreferrer" target="_blank">https://mta.openssl.org/<wbr>mailman/listinfo/openssl-users</a><br>
</blockquote></div></div>