diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2019-04-29 15:28:28 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-06-27 06:45:36 +0200 |
commit | d9f22bc61f1434dc6be9affbb59bab3725dc64ce (patch) | |
tree | 0990a43f86353d78c2f32bc936c7daae65f5bd51 /doc | |
parent | bc36db1ebad82ec3da8cc30259bc293093c0aaab (diff) | |
download | gnutls-d9f22bc61f1434dc6be9affbb59bab3725dc64ce.tar.gz |
Align _gnutls_x86_cpuid_s as OPENSSL_ia32cap_P would be
We were not setting the third array member correctly, though
this didn't have any impact to previous implementations as they
did not rely on it. This also moves away from the custom implementation
of cpuid (which was limited), and we now rely on the compiler's
version.
This effectively enables support for SHA_NI.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
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 66875af222..4a6a53811b 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -199,6 +199,7 @@ CPU. The currently available options are: @item 0x4: Enable SSSE3 @item 0x8: Enable PCLMUL @item 0x10: Enable AVX +@item 0x20: Enable SHA_NI @item 0x100000: Enable VIA padlock @item 0x200000: Enable VIA PHE @item 0x400000: Enable VIA PHE SHA512 |