mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 15:00:51 +02:00
Merge pull request #9486 from julek-wolfssl/hostap-sha-cert-update
Update sha384 and sha512 certs
This commit is contained in:
@@ -232,6 +232,7 @@ jobs:
|
||||
working-directory: hostap/tests/hwsim/auth_serv
|
||||
run: |
|
||||
./update.sh
|
||||
./sha512-generate.sh
|
||||
# Force regeneration of rsa3072-ca.key to get rsa3072-generate.sh to
|
||||
# correctly update all the certs
|
||||
rm rsa3072-ca.key
|
||||
@@ -331,6 +332,10 @@ jobs:
|
||||
rm -r /tmp/hwsim-test-logs
|
||||
done < $GITHUB_WORKSPACE/wolfssl/.github/workflows/hostap-files/configs/${{ matrix.config.hostap_ref }}/tests
|
||||
|
||||
- name: show errors
|
||||
if: ${{ failure() && steps.testing.outcome == 'failure' }}
|
||||
run: grep -riP 'fail|error' /tmp/hwsim-test-logs/latest
|
||||
|
||||
# The logs are quite big. It hasn't been useful so far so let's not waste
|
||||
# precious gh space.
|
||||
#- name: zip logs
|
||||
|
||||
Reference in New Issue
Block a user