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
The copy constructor in the Certificate class is missing the assignment of m_issuer_der, which will result in the loss of the copied m_issuer_der. This is a minor issue.