[issue38651] Add WolfSSL support

2019-11-21 Thread Daniel Johnson
Daniel Johnson added the comment: Thank you for the replied. I understand completely and I don't think it would be simple patches to try and use the compatibility layer. I have discovered that the WolfSSL compatibility layer doesn't support the full OpenSSL API. However, I have found that I

[issue38651] Add WolfSSL support

2019-11-15 Thread Christian Heimes
Christian Heimes added the comment: Brett is correct. We don't have the capacity to develop, maintain, and test with another TLS library. I'm basically the only person that maintains the ssl module at the moment. I might be inclined to accept patches that improves compatibility with WolfSS

[issue38651] Add WolfSSL support

2019-10-31 Thread Brett Cannon
Brett Cannon added the comment: My guess is we won't want to take code specific to WolfSSL due to maintenance overhead of trying to support another SSL library. There has been talk about trying to move away from our OpenSSL dependency and switch to using the OS's native secure sockets librar

[issue38651] Add WolfSSL support

2019-10-30 Thread Daniel Johnson
New submission from Daniel Johnson : WolfSSL is an SSL library targeted at embedded development that focuses on size and speed. It's also FIPS certified which is is important for anyone working with federal agencies. WolfSSL website: https://www.wolfssl.com/ WolfSSL github: https://github.com