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

Various cleanups and fixes #8264

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Dec 7, 2024

Description

Various cleanups and fixes:

  • Fix to properly set configure.ac LMS/XMSS enables and build of those code files.
  • Remove duplicate aes.c wc_AesSetKeyLocal call to wc_AesSetIV. Moved earlier in function in commit a10260c.
  • Benchmark missing time.h with NO_ASN_TIME.
  • Added option to support disabling AES CFB 1/8 WOLFSSL_NO_AES_CFB_1_8.
  • Fixes for building with combinations of WOLFSSL_RSA_VERIFY_ONLY and WOLFSSL_RSA_PUBLIC_ONLY.
  • Fix for building --enable-stacksize=verbose with single threaded.
  • Various tab and formatting cleanups.
    ZD 18996

Testing

How did you test?

Checklist

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

* Fix to properly set configure.ac LMS/XMSS enables and build of those code files.
* Remove duplicate aes.c `wc_AesSetKeyLocal` call to `wc_AesSetIV`. Moved earlier in function in commit a10260c.
* Benchmark missing time.h with NO_ASN_TIME.
* Added option to support disabling AES CFB 1/8 `WOLFSSL_NO_AES_CFB_1_8`.
* Fixes for building with combinations of `WOLFSSL_RSA_VERIFY_ONLY` and `WOLFSSL_RSA_PUBLIC_ONLY`.
* Fix for building `--enable-stacksize=verbose` with single threaded.
* Various tab and formatting cleanups.
ZD 18996
@dgarske dgarske self-assigned this Dec 7, 2024
@dgarske dgarske assigned wolfSSL-Bot and unassigned dgarske Dec 9, 2024
@dgarske
Copy link
Contributor Author

dgarske commented Dec 10, 2024

Retest this please. fsantitize aborted.

@JacobBarthelmeh JacobBarthelmeh merged commit d7e40e7 into wolfSSL:master Dec 13, 2024
147 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