rustls / rustls-ffi

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

Features from rustls not yet in rustls-ffi #214

Open jsha opened 2 years ago

jsha commented 2 years ago

This is a tracking issue. The first link in each line is to the rustls documentation. The second link, when present, is to a rustls-ffi issue. Before working on one of these items, please file a separate issue for it (if there isn't already one), then ping this thread and I'll edit in the ticket number. We should prioritize features based on downstream projects that want to use them.

cpu commented 1 month ago

KeyLog

Checked-off based on https://github.com/rustls/rustls-ffi/pull/465

cpu commented 1 month ago

Added FIPS, client-side ECH, unbuffered APIs.