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
x509/certificate: cache public_key getter result (#14443)
Store the public key object in a PyOnceLock so that repeated accesses
avoid re-parsing the SubjectPublicKeyInfo DER bytes.
Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments