rustls / rustls-ffi

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

Split up cipher.rs into cipher_suites.rs and certificates.rs #231

Open jsha opened 3 years ago

jsha commented 3 years ago

About half the functionality in cipher.rs is actually related to certificates, not cipher suites, so we should split it up.

cpu commented 2 weeks ago

I'd like to fix this once the PR queue is clear.