boring icon indicating copy to clipboard operation
boring copied to clipboard

Crypto provider for Rustls

Open howardjohn opened this issue 9 months ago • 1 comments

Recently, Rustls was updated to have allow a pluggable crypto provider: https://github.com/rustls/rustls/pull/1405/files.

I believe it would now be possible to plugin boring into this. This is appealing as we get the benefits of boringssl as well as rustls - notably, FIPS compliance.

Is there interest in providing such a provider?

howardjohn avatar Sep 15 '23 19:09 howardjohn

I tried to hack something together over the weekend that uses boring as the crypto provider: https://github.com/janrueth/boring-rustls-provider

janrueth avatar Nov 19 '23 16:11 janrueth