Skip to content

crypto/x509: func (*Certificate) CheckSignatureFrom #68626

Description

@yan-di

The signature of the function in the x509 package is "func (c * Certificate) CheckSignatureFrom (parent * Certificate) error". When c is an intermediate CA certificate and the same intermediate CA certificate is passed to the parent, the function does not report any errors; When c is a root CA certificate and parent passes in an intermediate CA certificate, the function does not report any errors; When c is any intermediate certificate and parent passes in any root certificate that is not issuing the c certificate, the function does not report any errors.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeWaitingForInfoIssue is not actionable because of missing required information, which needs to be provided.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions