Displaying 3 results from an estimated 3 matches for "_ctr".
Did you mean:
_cptr
2012 Dec 11
1
evp_aes_<X>_ctr() vs. EVP_aes_<X>_ctr().
Hi.
OpenSSH currently has its own implementation of AES in counter mode
(cipher-ctr.c). This is probably because it wasn't available in OpenSSL.
From what I see now, recent OpenSSL does implement
EVP_aes_{128,192,256}_ctr() and it would be nice to use it whenever
possible. The gain here is that OpenSSH's version uses software AES
implementation and OpenSSL's version will use AES-NI if available.
Just FYI, unfortunately I cannot prepare nice and clean patch for this
right now, but changing all evp_aes_128_ct...
2014 Mar 31
3
CTR mode
OpenSSH uses its own CTR mode implementation, correct? ?I seem to recall some discussion about why it hasn't/won't switch over to using OpenSSL's implementation, but I can't find the thread anymore.
So... why doesn't OpenSSH use OpenSSL's CTR mode implementation?
Thanks.
2014 Mar 31
0
CTR mode
...me discussion about why it hasn't/won't switch over to using
> OpenSSL's implementation, but I can't find the thread anymore.
>
> So... why doesn't OpenSSH use OpenSSL's CTR mode implementation?
I believe as of 6.2, OpenSSH defaults to using OpenSSL's EVP_aes_*_ctr.
I'm unaware of the history (hopefully one of the devs can jump in and
help us there). What I do know is OpenSSL introduced AES-CTR support
with 0.9.7.
--mancha
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Si...