Bug #88197 Accelerated SHA1/SHA256 with ARMv8 Crypto Extensions
Submitted: 24 Oct 2017 8:50 Modified: 29 Oct 2017 16:04
Reporter: Yuqi Gu (OCA) Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Security: Encryption Severity:S5 (Performance)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any
Tags: Contribution

[24 Oct 2017 8:50] Yuqi Gu
Description:
Support for 64-bit ARMv8 SHA1/SHA256 cryptography extensions in yaSSL taoCrypt.
The SHA1/SHA256 with ARMv8 NEON intrinsics will optimized the performance rather than uses table-based lookup.

How to repeat:
Do the yaSSL's Benchmark(extra/yassl/taocrypt/benchmark.cpp)
[24 Oct 2017 8:58] Yuqi Gu
The patch is submitted via GH PR:
https://github.com/mysql/mysql-server/pull/174/
[24 Oct 2017 10:33] MySQL Verification Team
Hello Yuqi Gu,

Thank you for the report and contribution.
 
Thanks,
Umesh
[24 Oct 2017 15:47] OCA Admin
Contribution submitted via Github - Bug #88197 Accelerated SHA1/SHA256 with ARMv8 Crypto Extensions 
(*) Contribution by Yuqi Gu (Github guyuqi, mysql-server/pull/174#issuecomment-338922139): I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: git_patch_148334848.txt (text/plain), 15.29 KiB.

[29 Oct 2017 16:04] Georgi Kodinov
Duplicate of bug #87483