Update realm patch and build script with latest wolfssl support #210
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The PR updates the existing
realm-commit-a5e87a39.patch
file with my dev-consolidated changes (a pseudo commit-squash), with my actual development branch on my realm-core/tree/dev, improving wolfSSL integration with the realm-core repository.The update to
realm-core
is still a patch file here and applied in thebuild_wolfssl_with_realm.sh
script, pending merge of wolfSSL changes at that repository.Changes are consistently applied from the upstream
a5e87a39
commit at this time. Sync to upstream master is planned.Also included are some of the initial changes for Windows / Visual Studio build support. See also my osp dev branch that contains WIP realm/VS2022 updates, not included in this PR.
The
build_wolfssl_with_realm.sh
is also updated with many changes including additional parameterized settings, output status verbosity, a new-u
option to default to user-specific fork clones & naming, error checking, and more.~/wolfssl-install-dir
directory.See
WOLFSSL_INSTALL_DIR="$HOME/wolfssl-install-dir"
setting inbuild_wolfssl_with_realm.sh
script and adjust as needed.