wolfssl: enable CPU crypto instructions
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Tue, 19 Apr 2022 15:02:09 +0000 (12:02 -0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 8 Jun 2022 22:06:55 +0000 (00:06 +0200)
commitfe9c4593b5469b08f9195d5ffe09783e2ea50689
tree462ca9868fceabfb0904f7a6735df0dd2be46389
parent50b6f5604b158138878955cf6ce745381129ed05
wolfssl: enable CPU crypto instructions

This enables AES & SHA CPU instructions for compatible armv8, and x86_64
architectures.  Add this to the hardware acceleration choice, since they
can't be enabled at the same time.

The package was marked non-shared, since the arm CPUs may or may not
have crypto extensions enabled based on licensing; bcm27xx does not
enable them.  There is no run-time detection of this for arm.

NOTE:
Should this be backported to a release branch, it must be done shortly
before a new minor release, because the change to nonshared will remove
libwolfssl from the shared packages, but the nonshared are only built in
a subsequent release!

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
(cherry picked from commit 0a2edc2714dcda10be902c32525723ce2cbcb138)
package/libs/wolfssl/Config.in
package/libs/wolfssl/Makefile