commit | 08d09628d2c9f3ef599399d8cad021a07ab98347 | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Mon Mar 20 11:38:25 2017 +0100 |
committer | Andy Polyakov <appro@openssl.org> | Wed Mar 22 11:02:56 2017 +0100 |
tree | 1ac3d48364eea7939311f0b1fc530513ffd63413 | |
parent | 0a5d1a38f2106e526081500e30ee11b785824f1f [diff] |
aes/asm/aesni-sha*-x86_64.pl: fix IV handling in SHAEXT paths. Initial IV was disregarded on SHAEXT-capable processors. Amazingly enough bulk AES128-SHA* talk-to-yourself tests were passing. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2992)