rustls / rustls-ffi

Use Rustls from any language
Other
124 stars 31 forks source link

session: remove impl StoresClientSessions #301

Closed jsha closed 1 year ago

jsha commented 1 year ago

This trait no longer exists upstream. It was replaced by ClientSessionStore.

rustls-ffi does not yet export bindings for configuring client session support, only server session support. So we can safely remove this for now.