cloudflare / cloudflare/boring

missing private key method in the SslContext

Open
#106 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.