cloudflare / cloudflare/boring
missing private key method in the SslContext
Open
- Dominant language
- Rust
- Stars
- 522
- Forks
- 171
- PR merge metrics
- No merged PRs in 30d
Description
the boring-sys has the c-bindings for "[SSL_CTX_set_private_key_method](https://docs.rs/boring-sys/2.1.0/boring_sys/fn.SSL_CTX_set_private_key_method.html)"
and "[SSL_set_private_key_method](https://docs.rs/boring-sys/2.1.0/boring_sys/fn.SSL_set_private_key_method.html)"
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.
Contributor guide
Assessment
This issue has not been assessed yet.