Skip to content

20250511-fixes #8763

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

Merged
merged 1 commit into from
May 12, 2025
Merged

20250511-fixes #8763

merged 1 commit into from
May 12, 2025

Conversation

douzzer
Copy link
Contributor

@douzzer douzzer commented May 11, 2025

wolfssl/wolfcrypt/settings.h: #define WOLFSSL_CURVE25519_BLINDING if defined(NO_CURVED25519_X64);

wolfcrypt/src/curve25519.c: if defined(NO_CURVED25519_X64), #undef USE_INTEL_SPEEDUP;

wolfcrypt/src/fe_operations.c: fixes for -m32 -Wconversions;

.github/workflows/wolfCrypt-Wconversion.yml: add -m32 scenario;

.wolfssl_known_macro_extras: remove unneeded entry for WOLFSSL_CURVE25519_BLINDING.

see also #8736

tested with

wolfssl-multi-test.sh ...
check-source-text
allcryptonly-c99-Wconversion-m32-build
allcryptonly-c89-Wconversion-m32-build
linuxkm-intelasm-sp-asm-ksanitize-insmod

…defined(NO_CURVED25519_X64);

wolfcrypt/src/curve25519.c: if defined(NO_CURVED25519_X64), #undef USE_INTEL_SPEEDUP;

wolfcrypt/src/fe_operations.c: fixes for -m32 -Wconversions;

.github/workflows/wolfCrypt-Wconversion.yml: add -m32 scenario;

.wolfssl_known_macro_extras: remove unneeded entry for WOLFSSL_CURVE25519_BLINDING.
@douzzer
Copy link
Contributor Author

douzzer commented May 11, 2025

retest this please (java.io.IOException: Unexpected EOF)

@douzzer douzzer removed their assignment May 11, 2025
@dgarske dgarske merged commit ed6f853 into wolfSSL:master May 12, 2025
195 of 196 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