We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c2309 commit fcc6401Copy full SHA for fcc6401
1 file changed
.github/workflows/make-test-swtpm.yml
@@ -63,6 +63,12 @@ jobs:
63
# Infineon SLB9673
64
- name: slb9673
65
wolftpm_config: --enable-infineon=slb9673 --enable-i2c
66
+ # Cert sign callback (wc_SignCert_cb)
67
+ - name: certsigncb
68
+ wolfssl_config: --enable-wolftpm --enable-pkcallbacks --enable-certsigncb
69
+ wolftpm_config: --enable-swtpm --enable-certgen
70
+ test_command: "make check && WOLFSSL_PATH=./wolfssl ./examples/run_examples.sh"
71
+
72
# STMicro ST33KTPM2
73
- name: st33ktpm2
74
wolftpm_config: --enable-st33
0 commit comments