rustls / rustls-ffi

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

WIP: track rustls#1628 #369

Closed cpu closed 10 months ago

cpu commented 10 months ago

Extends https://github.com/rustls/rustls-ffi/pull/368 with the minimal set of changes to adapt to https://github.com/rustls/rustls/pull/1628.

This continues the model where we default to *ring* as the crypto provider, but allow customization of supported ciphersuites. Does not address crypto provider customization (https://github.com/rustls/rustls-ffi/issues/366).

TODO:

cpu commented 10 months ago

I'm going to close this and try to more meaningfully address provider choice before trying to catch up with unmerged provider changes upstream.