Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing private key method in the SslContext #106

Open
KfreeZ opened this issue Mar 6, 2023 · 1 comment
Open

missing private key method in the SslContext #106

KfreeZ opened this issue Mar 6, 2023 · 1 comment

Comments

@KfreeZ
Copy link

KfreeZ commented Mar 6, 2023

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.

@nox
Copy link
Collaborator

nox commented Oct 9, 2023

I have written bindings for those in #134.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants