Re: openssl on sparc64: disable assembly

2023-03-16 Thread Peter Hessler
if go fast is broken, the go slow it shall be. OK On 2023 Mar 16 (Thu) at 15:28:56 +0100 (+0100), Theo Buehler wrote: :The AES-CBC implementation is broken on T-4 machines. I reported this :upstream: : :https://github.com/openssl/openssl/issues/20523 : :From grep I suspect that this also affects

openssl on sparc64: disable assembly

2023-03-16 Thread Theo Buehler
The AES-CBC implementation is broken on T-4 machines. I reported this upstream: https://github.com/openssl/openssl/issues/20523 >From grep I suspect that this also affects other AES modes, and also DES and Camellia. Until someone fixes this, I think we should disable the assembly optimizations.