boring icon indicating copy to clipboard operation
boring copied to clipboard

missing private key method in the SslContext

Open KfreeZ opened this issue 2 years ago • 1 comments

the boring-sys has the c-bindings for "SSL_CTX_set_private_key_method" and "SSL_set_private_key_method" but missing in the SslContextBuilder "https://github.com/cloudflare/boring/blob/master/boring/src/ssl/mod.rs"

Is this by design of just a missing implementation? These private key method is used when we want to delegate the key operations, I'd like to help to add these if they are needed.

KfreeZ avatar Mar 06 '23 03:03 KfreeZ

I have written bindings for those in #134.

nox avatar Oct 09 '23 12:10 nox