rustls / rustls-ffi

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

Track rustls 0.22 API changes #320

Closed ctz closed 1 year ago

ctz commented 1 year ago

Just parking this here.

cpu commented 1 year ago

fwiw I've also started on integrating https://github.com/rustls/rustls/pull/1326

I'm going to try and land an update to client.c and server.c to add mTLS support w/ the existing API separately before I muddy the waters with the changes to pick up the CRL support aspect.

cpu commented 1 year ago

I'm working through some of the main branch CI failures. I'll try to get a PR up shortly and we can rebase both this + #321 and hopefully get back to green CI :crossed_fingers:

ctz commented 1 year ago

I'm working through some of the main branch CI failures.

Excellent! I think maybe we should add a periodic build each night to flush out these earlier.

cpu commented 1 year ago

Excellent! I think maybe we should add a periodic build each night to flush out these earlier.

+1 - I can handle that too.

ctz commented 1 year ago

Going to close this -- as it happened 0.22 wasn't a breaking build, and this stuff for 0.23 can come later.