rustls / rustls-ffi

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

v0.12.0: update to rustls 0.22, address breaking changes #371

Closed cpu closed 10 months ago

cpu commented 10 months ago

Updates rustls-ffi to use rustls 0.22. This branch retains ring as the only supported crypto provider. Subsequent work will allow selection of ring or aws_lc_rs as well as mixing/matching.

cpu commented 10 months ago
jsha commented 10 months ago

This looks good to me so far.

cpu commented 10 months ago

I believe this branch is ready, and we could merge it and publish 0.12.0. Alternatively, I'm almost done with a first draft for broader crypto provider support. We could also hold off on publishing 0.12.0 until that work is ready.

cpu commented 10 months ago

This looks great. I'm inclined to release 0.12 without waiting for the additional crypto provider support.

Sure, sounds good to me :+1:

If you agree, would you push the release to crates.io when you get a chance?

I'd like to update the CHANGELOG first. I'll try to put a PR up for that shortly.

cpu commented 10 months ago

I'd like to update the CHANGELOG first. I'll try to put a PR up for that shortly.

https://github.com/rustls/rustls-ffi/pull/372

cpu commented 10 months ago

If you agree, would you push the release to crates.io when you get a chance?