codypiersall / pynng

Python bindings for Nanomsg Next Generation.
https://pynng.readthedocs.io
MIT License
268 stars 58 forks source link

WIP: Mbed tls support #52

Closed codypiersall closed 4 years ago

codypiersall commented 4 years ago

This integrates the changes from https://github.com/xzz53/pynng-tls.

Huge thanks to @xzz53 for his work. He contacted me through email to let me know he had mbedtls working. I tested locally on Linux and it worked immediately; it looks like Windows may need a little more tweaking.

This PR includes first merging @xzz53's fork, then fixing up whatever is needed to get the PR to pass CI.

Big thanks to @xzz53 for getting this feature built.