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
In parseSubjectKeyIdentifier() (in X509ExtensionFactory.java), if the valuex passed in is 'hash' then it fetches the issuer's public key and uses that instead of the subject's. This is incorrect.