-
Notifications
You must be signed in to change notification settings - Fork 15
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
qtun doesn't work when using ECC certificate #2
Comments
It looks ref: rustls/rustls#245 |
Correct, Fortunately, openssl can do this work with the follow command: In addition, can we consider including the conversion of |
IIRC, by default, So, if you issue some ECC keys explicitly, you'd better convert them by yourself. Of course, any contribution is welcome. Feel free to open a pull request. |
rustls/rustls#998 seems to already support |
Sorry for @madeye not seeing this reply before. I have pushed a PR to enable qtun to support ECC certificates in SEC1 format. |
For example use the following command:
It work fine when using RSA certificates:
Is it wrong with my configuration? Or qtun itself does not support ECC certificates?
The text was updated successfully, but these errors were encountered: