You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Dear maintainers,
I do research on web security. In particular, I want to create an extension within TLS. Sadly in:
the
connector
is not accessible, so I can't use your library. I currently forked your repo, just to callconnector.add_custom_ext(...)
inTlsConnector::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
The text was updated successfully, but these errors were encountered: