Commit f04fedf
committed
Enable x509 ca and req tests on Windows
- Use absolute paths with forward slashes for all temp files via
_tmp() helper so wolfSSL recognizes them correctly
- Use explicit UTF-8 encoding with LF newlines when writing config
files so wolfSSL's NCONF_load can parse them on Windows
- Remove $dir variable expansion in config templates; use direct
absolute paths to CERTS_DIR instead
- Pass bare filenames to ca -out (not absolute paths) since wolfSSL
prepends new_certs_dir and doesn't recognize drive-letter paths
as absolute
- Export PROJECT_ROOT from wolfclu_test.py for test file path helpers1 parent a2437e4 commit f04fedf
3 files changed
Lines changed: 282 additions & 237 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments