master
Make OPENSSL_IA32_SSE2 the default for i386 and remove the flag.
Remove #error if OPENSSL_NO_FOO is defined
Replace Makefile based SHA*_ASM defines with HAVE_SHA_* defines.
Provide a SHA-1 assembly implementation for amd64 using SHA-NI.
Use name instead of register.
Provide an accelerated SHA-256 assembly implementation for aarch64.
Use .arch rather than .cpu for sha2 instructions.
Provide a SHA-256 assembly implementation for amd64 using SHA-NI.
Specify size for K256 symbol.
Use 'ctx' for sha3_ctx variables, rather than the less readable 'c'.
Provide an accelerated SHA-512 assembly implementation for aarch64.
Provide a replacement assembly implementation for SHA-512 on amd64.
Remove no longer necessary compat #defines