Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM ASM: available for SHA-384 only too #8508

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

SparkiDev
Copy link
Contributor

Description

Add HAVE_SHA384 to check for whether assembly code is available.

Testing

./configure -disable-shared --enable-cryptonly --disable-rsa --disable-dh --disable-ecc --disable-curve25519 --host=aarch64 CC=aarch64-linux-gnu-gcc LDFLAGS=--static --enable-armasm --disable-sha224 --enable-sha384 --disable-sha512
./configure --disable-shared --disable-shared --enable-cryptonly --disable-rsa --disable-dh --disable-ecc --disable-curve25519 --host=armv8 CC=arm-linux-gnueabihf-gcc LDFLAGS=--static --enable-armasm --disable-sha224 --enable-sha384 --disable-sha512
./configure --disable-shared --disable-shared --enable-cryptonly --disable-rsa --disable-dh --disable-ecc --disable-curve25519 --host=armv7a CC=arm-linux-gnueabihf-gcc LDFLAGS=--static --enable-armasm --disable-sha224 --enable-sha384 --disable-sha512
./configure --disable-shared --disable-shared --enable-cryptonly --disable-rsa --disable-dh --disable-ecc --disable-curve25519 --host=armv7m CC=arm-linux-gnueabi-gcc LDFLAGS=--static --enable-armasm --disable-sha224 --enable-sha384 --disable-sha512

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

Add HAVE_SHA384 to check for whether assembly code is available.
@SparkiDev SparkiDev self-assigned this Feb 26, 2025
@SparkiDev
Copy link
Contributor Author

retest this please

hudson

@SparkiDev SparkiDev assigned wolfSSL-Bot and unassigned SparkiDev Feb 26, 2025
@dgarske dgarske merged commit 307b71c into wolfSSL:master Feb 26, 2025
178 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants