Commit a968dfe
Fix build and tests for wolfSSL (Thalhammer#352)
* Fix build and tests for wolfSSL
Signed-off-by: Juliusz Sosinowicz <juliusz@wolfssl.com>
* Remove unnecessary symbols
* Don't fail fast on wolfSSL actions
* Include wolfssl/options.h explicitly
* Fix old wolfSSL failures
* remove unused EVP_PKEY_get1_RSA
this is deprecated with 3.0
* code review comments
* Apply suggestions from code review
* rm extra headers?
* fix cmake test
use the new macro that was required
* linter
* fix unused warning fail_HMAC
* reenable fail fast
* fix spelling
---------
Signed-off-by: Juliusz Sosinowicz <juliusz@wolfssl.com>
Co-authored-by: Chris Mc <prince.chrismc@gmail.com>1 parent b36e8a9 commit a968dfe
File tree
5 files changed
+128
-72
lines changed- .github/workflows
- tests
- cmake
5 files changed
+128
-72
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments