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

Deprecate legacy PEM encryption #46

Closed
wants to merge 1 commit into from

Conversation

oxisto
Copy link
Collaborator

@oxisto oxisto commented Jul 31, 2021

Deprecating ParseRSAPrivateKeyFromPEMWithPassword since the underyling x509.DecryptPEMBlock is deprecated in Go 1.16, since RFC 1423 is considered to be insecure by design.

Related to #45, but does not completely fix it.

@oxisto oxisto changed the title deprecate legacy pem encryption Deprecate legacy PEM encryption Jul 31, 2021
…ing `x509.DecryptPEMBlock` is deprecated in Go 1.16, since RFC 1423 is considered to be insecure by design.
@oxisto oxisto force-pushed the deprecate-legacy-pem-encryption branch from d126f96 to 8f4a716 Compare July 31, 2021 15:09
@oxisto
Copy link
Collaborator Author

oxisto commented Aug 3, 2021

This was already done as part of the v4 release. Closing this.

@oxisto oxisto closed this Aug 3, 2021
@oxisto oxisto deleted the deprecate-legacy-pem-encryption branch March 27, 2023 17:28
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

Successfully merging this pull request may close these issues.

None yet

2 participants