We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ea095 commit 88f57f3Copy full SHA for 88f57f3
.github/workflows/make-test-swtpm.yml
@@ -218,11 +218,12 @@ jobs:
218
# Old wolfSSL before PR #5075 does not support using a public key in place of private key with
219
# crypto callbacks enabled.
220
# To use PKCS7 or TLS Server a dummy private key must be used for older wolfSSL versions.
221
+ # Use newer wolfSSL TLS client/server to resolve test certificate expirations
222
run: |
223
./configure --enable-swtpm
224
make
225
make check
- WOLFSSL_PATH=./wolfssl-old NO_PUBASPRIV=1 ./examples/run_examples.sh
226
+ WOLFSSL_PATH=./wolfssl NO_PUBASPRIV=1 ./examples/run_examples.sh
227
228
# capture logs on failure
229
- name: Upload failure logs
0 commit comments