Skip to content

Various improvements to iscacii and CMake key log #8596

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
Mar 27, 2025

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Mar 26, 2025

Description

Various improvements to iscacii and CMake key log:

Testing

./configure CFLAGS="-DNO_STDLIB_ISASCII" && make check
mkdir build && cd build && cmake .. -DWOLFSSL_KEYLOG_EXPORT=YES && make

Checklist

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

@dgarske
Copy link
Contributor Author

dgarske commented Mar 26, 2025

Retest this please: "Found unhandled hudson.remoting.RequestAbortedException exception:"

* Detect 'isascii' at configuration (tested with `./configure CFLAGS="-DNO_STDLIB_ISASCII" && make check`).
* Add mew CMake option `WOLFSSL_KEYLOG_EXPORT` (fixes wolfSSL#8165)
Replaces PR wolfSSL#8174 and wolfSSL#8158. Thank you @redbaron.
@dgarske dgarske force-pushed the various_isacii_keylog branch from 8e26543 to a59075b Compare March 26, 2025 22:24
@dgarske
Copy link
Contributor Author

dgarske commented Mar 27, 2025

Retest this please

@dgarske dgarske assigned wolfSSL-Bot and unassigned dgarske Mar 27, 2025
@dgarske dgarske requested a review from SparkiDev March 27, 2025 22:00
@SparkiDev SparkiDev merged commit 3969dd5 into wolfSSL:master Mar 27, 2025
185 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.

CMake buid scripts don't offer --enable-keylog-export like option
3 participants