-
Notifications
You must be signed in to change notification settings - Fork 29
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
[nasa/cryptolib#144] WolfSSL Crypto Module #200
Conversation
…etermined, and move to use env.sh setup;
…, and created docker_debug.sh;
…se and added CMAC and SIV build flags to WolfSSL docker build;
… function. Additionally commented out unit tests that were specfic to gcrypt for later refactoring;
Codecov Report
@@ Coverage Diff @@
## dev #200 +/- ##
==========================================
- Coverage 85.54% 84.92% -0.63%
==========================================
Files 32 33 +1
Lines 7861 7913 +52
==========================================
- Hits 6725 6720 -5
- Misses 1136 1193 +57
|
746af4d
to
52fec76
Compare
…use /home/runner/.local path for install;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Sorry for my spam while experimenting with the build.yml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, like the pointing of stubs for different crypto libraries to return NULL.
Closes #144