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
base64ct: Don't fail with InvalidLength when reading nothing at end of data (#1716)
* der: pem reader rejects zero lengths reads [tests]
Since base64ct 1.7.0 ([#1387]), it now rejects zero lengths reads. This
happens to trigger with an sha256WithRSAEncryption AlgorithmIdentifier
where the parameters are null.
* base64ct: Don't fail with `InvalidLength` when reading nothing at end of data
0 commit comments