[openssl.org #3416] PATCH: EVP_EncryptionInit and AES-NI note

2014-07-05 Thread Matt Caswell via RT
Thanks Jeff: https://git.openssl.org/gitweb/?p=openssl.git;a=commit;h=75b7606881b08a892f487629cc30e63dff1800cb Applied to master, 1.0.2 and 1.0.1. I don't believe 1.0.0 has AES-NI support (?) so haven't applied it to that branch. Matt

Re: [openssl.org #3416] PATCH: EVP_EncryptionInit and AES-NI note

2014-07-05 Thread Billy Brumley
Excellent. What about other cryptosystem implementations within OpenSSL? You should take a look at the DSA and ECDSA code and write a blog about that, too. BBB On Wed, Jul 2, 2014 at 9:13 PM, Huzaifa Sidhpurwala sidhpurwala.huza...@gmail.com wrote: Hi All, Since we are talking about AES

Re: [openssl.org #3416] PATCH: EVP_EncryptionInit and AES-NI note

2014-07-03 Thread Jeffrey Walton
Since this may in future cover much more than just AES-NI... Good observation Doctor, done. Attached is the updated text. diff --git a/doc/crypto/EVP_EncryptInit.pod b/doc/crypto/EVP_EncryptInit.pod index f6e4396..8d7636c 100644 --- a/doc/crypto/EVP_EncryptInit.pod +++

[openssl.org #3416] PATCH: EVP_EncryptionInit and AES-NI note

2014-07-02 Thread Stephen Henson via RT
On Wed Jul 02 07:12:19 2014, noloa...@gmail.com wrote: Questions on AES-NI and how to enable them have come up twice recently on the stack exchanges (like stack overflow). This patch documents use of the AES-NI instruction by way of the EVP_* interface. Since this may in future cover much

Re: [openssl.org #3416] PATCH: EVP_EncryptionInit and AES-NI note

2014-07-02 Thread noloa...@gmail.com via RT
Since this may in future cover much more than just AES-NI... Good observation Doctor, done. Attached is the updated text. diff --git a/doc/crypto/EVP_EncryptInit.pod b/doc/crypto/EVP_EncryptInit.pod index f6e4396..8d7636c 100644 --- a/doc/crypto/EVP_EncryptInit.pod +++

[openssl.org #3416] PATCH: EVP_EncryptionInit and AES-NI note

2014-07-01 Thread noloa...@gmail.com via RT
Questions on AES-NI and how to enable them have come up twice recently on the stack exchanges (like stack overflow). This patch documents use of the AES-NI instruction by way of the EVP_* interface. diff --git a/doc/crypto/EVP_EncryptInit.pod b/doc/crypto/EVP_EncryptInit.pod index