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

[feature request] Expose SslConnector #298

Open
mrdgo opened this issue Jun 5, 2024 · 0 comments
Open

[feature request] Expose SslConnector #298

mrdgo opened this issue Jun 5, 2024 · 0 comments

Comments

@mrdgo
Copy link

mrdgo commented Jun 5, 2024

Dear maintainers,

I do research on web security. In particular, I want to create an extension within TLS. Sadly in:

pub struct TlsConnector {
    connector: SslConnector,
    ...
}

the connector is not accessible, so I can't use your library. I currently forked your repo, just to call connector.add_custom_ext(...) in TlsConnector::new. I don't depend on this at all, I just think that this might be a nice feature to support.

I understand, if this is out of scope, because the implementation will likely be different for windows and MacOS. But maybe someone can find a way to unify this interface across platforms.

I think that this would be a valuable addition, but I am obviously biased.

Kind regards,
Maxim

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

1 participant