8000 SANs not processed properly · Issue #48 · amazon-archives/certlint · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.
This repository was archived by the owner on Jun 19, 2020. It is now read-only.
SANs not processed properly #48
@hcomet

Description

@hcomet

I found that I was always geting:
E: commonNames in BR certificates must be from SAN entries

for all certificates. Seems the SANs are not being processed properly. I had to change line 409 in lib/certlint/cablint.rb to the following:

OpenSSL::ASN1.decode(der).value.each do |genname|

to fix it.

Using Ruby 2.4.0 on Ubuntu 16.04

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

      0