openssl/crypto/modes
Andy Polyakov 6e5a853bda crypto/cryptlib.c: mask more capability bits upon FXSR bit flip.
OPENSSL_ia32cap.pod discusses possibility to disable operations on
XMM register bank. This formally means that this flag has to be checked
in combination with other flags. But it customarily isn't. But instead
of chasing all the cases we can flip more bits together with FXSR one.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4303)
2017-09-01 08:48:32 +02:00
..
asm x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results. 2017-07-21 14:07:32 +02:00
build.info
cbc128.c
ccm128.c
cfb128.c
ctr128.c
cts128.c
gcm128.c crypto/cryptlib.c: mask more capability bits upon FXSR bit flip. 2017-09-01 08:48:32 +02:00
modes_lcl.h
ocb128.c modes/ocb128.c: address undefined behaviour warning. 2017-05-26 10:52:11 +02:00
ofb128.c
wrap128.c
xts128.c