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

TKSS-808: Remove SSLUtils::getECKeyPairGenerator #809

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

johnshajiang
Copy link
Collaborator

KeyPairGenerator.getInstance("SM2") is unnecessary due to KeyPairGenerator.getInstance("EC") with curve curveSM is already supported.
So, the method SSLUtils::getECKeyPairGenerator could be removed.

This PR will resolves #808.

@johnshajiang johnshajiang added the bug Something isn't working label Jul 3, 2024
@johnshajiang johnshajiang self-assigned this Jul 3, 2024
@johnshajiang johnshajiang merged commit 3a01fec into Tencent:master Jul 3, 2024
9 checks passed
@johnshajiang johnshajiang deleted the TKSS-808 branch July 3, 2024 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove SSLUtils::getECKeyPairGenerator
1 participant