rustls / rustls-ffi

Use Rustls from any language
Other
132 stars 30 forks source link

Handle rustls_result more robustly #228

Open jsha opened 2 years ago

jsha commented 2 years ago

As seen in #227 and #195, our current approach to rustls_result is too easy to make mistakes with, and those mistakes lead to undefined behavior. We should try a different approach, either: