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
It looks like there is no alternative in the Go standard library, so we are somewhat stuck here. Not sure how many people actually use ParseRSAPrivateKeyFromPEMWithPassword, it is in the utils file and primarily used for a test. We should at least deprecate it and remove it in a future version, i.e. v4 or v5.
I am afraid we don’t want the hassle of including anything else but the standard library. Especially for something which is not really part of the “public” API.
We should remove/replace it, to be compatible with future Go versions.
The text was updated successfully, but these errors were encountered: