Re: base OpenSSL is much, much slower than the package
nia <[email protected]> Sat, 9 May 2020 13:13:44 +0000
| Newsgroups | gmane.os.netbsd.devel.security,gmane.os.netbsd.devel.userlevel |
|---|---|
| Message-ID | <[email protected]> |
Right, yes, the CPUID stuff wasn't being defined when builing EVP which meant the dumb asm implementation was being used instead of HW/VP/BSAES. That's fixed now. Everything else appears to still be slightly slower, but that's less critical than the AES implementation.