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

20240102-release-1v6v2 #64

Merged
merged 3 commits into from
Jan 3, 2024

Conversation

douzzer
Copy link
Collaborator

@douzzer douzzer commented Jan 3, 2024

src/routes.c: in wolfsentry_route_table_max_purgeable_idle_time_{get,set}(), don't use WOLFSENTRY_ATOMIC_{LOAD,STORE}(), as the context is already locked and the operand is an int64_t.

Makefile: split STRIPPED option into STRIPPED and FUNCTION_SECTIONS.

Makefile.analyzers: enhance freertos-arm32-build-test target to do two builds, one with and one without FUNCTION_SECTIONS, for more thorough coverage.

tests/unittests.c: in test_lwip(), pass a trivial JSON config to activate_wolfsentry_lwip(), to avoid compiler optimizing away wolfsentry_config_json_oneshot() and its dependencies.

update README.md and ChangeLog.md, and regenerate doc/wolfSentry_refman.pdf.

…set}(), don't use WOLFSENTRY_ATOMIC_{LOAD,STORE}(), as the context is already locked and the operand is an int64_t.
…ONS".

Makefile.analyzers: enhance freertos-arm32-build-test target to do two builds, one with and one without FUNCTION_SECTIONS, for more thorough coverage.

tests/unittests.c: in test_lwip(), pass a trivial JSON config to activate_wolfsentry_lwip(), to avoid compiler optimizing away wolfsentry_config_json_oneshot() and its dependencies.
@JacobBarthelmeh JacobBarthelmeh merged commit 196ccef into wolfSSL:master Jan 3, 2024
2 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