Skip to content
This repository was archived by the owner on Aug 2, 2023. It is now read-only.

Add issuer cn matcher to scanner + print whole chains option#1153

Merged
Martin2112 merged 2 commits intogoogle:masterfrom
Martin2112:issuer_cn_matcher
Apr 19, 2016
Merged

Add issuer cn matcher to scanner + print whole chains option#1153
Martin2112 merged 2 commits intogoogle:masterfrom
Martin2112:issuer_cn_matcher

Conversation

@Martin2112
Copy link
Contributor

Adds a flag to match certs by issuer CN to Go scanner. Also adds the option to output the whole chain for matches in base64.

Adds a flag to match certs by issuer CN. Also adds the option to print
the whole chain for matches in base64.
log.Printf("Index %d: Chain: %s", entry.Index, chainToString(entry.Chain))
}

func logPrecertChain(entry *ct.LogEntry) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two methods seem to be the same, could you delete one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@AlCutter AlCutter added the LGTM label Apr 18, 2016
@Martin2112 Martin2112 merged commit 64bbd7f into google:master Apr 19, 2016
@Martin2112 Martin2112 deleted the issuer_cn_matcher branch April 19, 2016 07:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants