Skip to content

Tests fail in go 1.15 #1147

@nickysemenza

Description

@nickysemenza

Example travis run from #1143: https://travis-ci.org/github/cloudflare/cfssl/jobs/742000951

Culprit could be asn1: structure error: tags don't match (6 vs {class:0 tag:16 length:1094 isCompound:true}). Could be because of this change: https://golang.org/doc/go1.15

asn1.Unmarshal: now rejects tags and Object Identifiers which are not minimally encoded according to X.690 DER.

https://github.com/cloudflare/cfssl/blob/master/helpers/helpers.go#L317 does return (asn1.SyntaxError) asn1: syntax error: integer is not minimally encoded

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions