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

Test fixes #7891

Merged
merged 2 commits into from
Aug 24, 2024
Merged

Test fixes #7891

merged 2 commits into from
Aug 24, 2024

Conversation

SparkiDev
Copy link
Contributor

@SparkiDev SparkiDev commented Aug 22, 2024

Description

api.c:
Update #ifdefs.
sp_int.c:
Fix free call when hardening is disabled.
ge_operations.h
Don't define functions for ASM when building small.

Testing

Disable harden.
Disable session ticket and disable TLSv12.
--enable-ed25519=small --enable-intelasm

Checklist

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

api.c:
	Update #ifdefs.
sp_int.c:
	Fix free call when hardening is disabled.
@SparkiDev SparkiDev assigned SparkiDev and wolfSSL-Bot and unassigned SparkiDev Aug 22, 2024
@SparkiDev SparkiDev requested a review from wolfSSL-Bot August 22, 2024 06:43
Small builds don't allow ASM implementations.
Don't have functions defined for ASM  when building small
implementation.
@douzzer
Copy link
Contributor

douzzer commented Aug 23, 2024

retest this please

@douzzer douzzer merged commit 1d34b56 into wolfSSL:master Aug 24, 2024
127 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