-
Notifications
You must be signed in to change notification settings - Fork 833
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
20240910-configure-enable-all-asm-and-sp-cleanup #7967
20240910-configure-enable-all-asm-and-sp-cleanup #7967
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3cb66ad - Browse repository at this point
Copy the full SHA 3cb66adView commit details -
configure.ac: add --enable-all-asm, and add it to --enable-all and --…
…enable-all-crypto.
Configuration menu - View commit details
-
Copy full SHA for cf8f9a8 - Browse repository at this point
Copy the full SHA cf8f9a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 723d8ef - Browse repository at this point
Copy the full SHA 723d8efView commit details -
configure.ac: render warnings when FIPS setup forces off options supp…
…lied to configure.
Configuration menu - View commit details
-
Copy full SHA for 430d104 - Browse repository at this point
Copy the full SHA 430d104View commit details -
configure.ac: move handling for enable-all-asm to precede handling fo…
…r enable-all-crypto, and compute DEFAULT_ENABLED_ALL_ASM appropriately.
Configuration menu - View commit details
-
Copy full SHA for 1b0ef04 - Browse repository at this point
Copy the full SHA 1b0ef04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b8e9e6 - Browse repository at this point
Copy the full SHA 5b8e9e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e227b2a - Browse repository at this point
Copy the full SHA e227b2aView commit details -
* in handling for enable-all-asm, add check for full Gnu C and don't auto-enable all-asm unless full Gnu C and enable-all-crypto, among other sanity checks. * in enable-all and enable-all-crypto, correctly conditionalize several FIPS-v6-only features/algorithms. * in FIPS v5 setup, force off SRTP and SRTP-KDF (with warnings).
Configuration menu - View commit details
-
Copy full SHA for 428e158 - Browse repository at this point
Copy the full SHA 428e158View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d0047f - Browse repository at this point
Copy the full SHA 8d0047fView commit details -
configure.ac: in --enable-all-asm handler, support only x86_64 and aa…
…rch64, and enable sp-asm only for them, to avoid "ASM not available for CPU" error from sp-asm handler.
Configuration menu - View commit details
-
Copy full SHA for 98a5102 - Browse repository at this point
Copy the full SHA 98a5102View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53c4c00 - Browse repository at this point
Copy the full SHA 53c4c00View commit details -
* move leanpsk and asn option processing early to make their results available to existing math back end selector logic; * add -DWOLFSSL_ASN_ALL to enable-all-crypto; * tweak asn option processing to preserve "original" value in case later configure logic wants to pivot on that.
Configuration menu - View commit details
-
Copy full SHA for 3fac3b7 - Browse repository at this point
Copy the full SHA 3fac3b7View commit details -
wolfcrypt/src/asn.c:DecodeSingleResponse(): fix gating for "at" worki…
…ng var, by refactoring gating for WOLFSSL_OCSP_PARSE_STATUS sections for clarity.
Configuration menu - View commit details
-
Copy full SHA for eb53a95 - Browse repository at this point
Copy the full SHA eb53a95View commit details