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
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
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
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