Commit 1e7be45
committed
Rewrite OCSP tests from bash to Python unittest
Combine ocsp-test.sh and ocsp-interop-test.sh into a single Python
test module that tests all client/responder combinations (wolfssl
and openssl).
Add StartTCP() in OCSP setup for Winsock initialization on Windows.
Add HAVE_OCSP and HAVE_OCSP_RESPONDER to Windows user_settings.h.1 parent 6a47d6b commit 1e7be45
6 files changed
Lines changed: 343 additions & 603 deletions
File tree
- ide/winvs
- src/ocsp
- tests/ocsp
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1307 | 1307 | | |
1308 | 1308 | | |
1309 | 1309 | | |
| 1310 | + | |
| 1311 | + | |
1310 | 1312 | | |
1311 | 1313 | | |
1312 | 1314 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
0 commit comments