-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [#144] Create initial clone of libgcrypt crypto module for WolfSSL; * [#144] Created new scripts for build_wolf, update how SCRIPT_DIR is determined, and move to use env.sh setup; * [#144] Rough draft of wolfssl crypto module - not yet building; * [#144] Wolf crypto module building, no unit tests yet; * [#144] Updates to script comments, added LD_LIBRARY_PATH to container, and created docker_debug.sh; * [#144] Updates to crypto_config.c to autodetermine crypto module in use and added CMAC and SIV build flags to WolfSSL docker build; * [#144] Update wolfssl module to not use global Aes, but local in each function. Additionally commented out unit tests that were specfic to gcrypt for later refactoring; * [#144] Unit tests all running; * [#144] First attempt at CI for wolf build; * [#144] CI for wolf build - round 2; * [#144] CI for wolf build - round 3, omitting the make install command; * [#144] CI for wolf build - set LD_LIBRARY_PATH to wolfssl build directory; * [#144] CI for wolf build - added to $GITHUB_PATH environmental variable; * [#144] Added executable bit to scripts and updated Wolf CI to try to use /home/runner/.local path for install; * Update build.yml - Test WolfSSL Container * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build.yml * Update build_wolf.sh * Update build.yml * Update build.yml * Update Dockerfile * Update build_wolf.sh * Update build_wolf.sh --------- Co-authored-by: Robert Brown <91291114+rjbrown2@users.noreply.github.com>
- Loading branch information
Showing
27 changed files
with
1,222 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.