rustls / rustls-ffi

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

Implement client-side session persistence #232

Closed jsha closed 1 month ago

jsha commented 2 years ago

Right now we support session persistence on the server side, but not the client side. We should add it for the client side.

cpu commented 1 month ago

I think this is a duplicate of https://github.com/rustls/rustls-ffi/issues/293