Commit Graph

2 Commits

Author SHA1 Message Date
Lasse Blaauwbroek
b8e51dcaf8 Generate a new certificate that is compatible with strict x509 checking
This is now checked by default in Python 3.13
2025-05-12 15:54:19 -07:00
Jacob Alexander
1a127bec6f Adding pure python SSL test using asyncio
- Uses thread.capnp
- Follows same format as thread_client.py/thread_server.py and
async_client.py/async_server.py
- Including a basic self signed certificate for testing convenience
- Python 3.7 has a bug cleaning up SSL when using asyncio.run
  https://bugs.python.org/issue36709
  Have a slightly more verbose workaround to do proper cleanup
2019-09-26 21:42:54 -07:00