Skip to content

Verifier does not enforce WithSignedCertificateTimestamps when the bundle is signed with a public key #403

Closed
@codysoyland

Description

@codysoyland

Description

func WithSignedCertificateTimestamps(threshold int) VerifierOption is used to specify a required threshold of SCTs present in the leaf certificate. This threshold is not enforced when the bundle is signed with a plain public key instead of a certificate. The check for SCTs is conditioned on the presence of a certificate. It should be an error to verify a bundle with a public key when the verifier is configured to require SCTs.

Version

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions