diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-07-01 13:51:18 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-07-05 14:50:47 +0200 |
commit | 8b18781de703ed6778ef8fcf7cfaeb208398553d (patch) | |
tree | 2bf23d2ed4d2006b9da5032c9c58298baccedbc5 /doc | |
parent | 1c791b698204c115395c556f7c1b60f3931f939a (diff) | |
download | gnutls-8b18781de703ed6778ef8fcf7cfaeb208398553d.tar.gz |
asm: updated openssl and the asm sources for AES-GCM from openssl 1.0.2h
This improves the performance of AES-GCM significantly by taking
advantage of AVX and MOVBE instructions where available. This
utilizes Andy Polyakov's code under BSD license.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-gtls-app.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index edb3d32e72..d787d0f44c 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -182,6 +182,7 @@ CPU. The currently available options are: @item 0x2: Enable AES-NI @item 0x4: Enable SSSE3 @item 0x8: Enable PCLMUL +@item 0x10: Enable AVX @item 0x100000: Enable VIA padlock @item 0x200000: Enable VIA PHE @item 0x400000: Enable VIA PHE SHA512 |