zmap / zcrypto

Liberal Go TLS + X.509 Library for Research
Other
134 stars 83 forks source link

verifier: set ValidSignature for certificates in the graph #360

Closed elliotcubit closed 1 year ago

elliotcubit commented 1 year ago

Certificates which are used to make trust decisions (present in the validation graph) did not correctly have the ValidSignature field set when they were verified.

The signatures of certificates in the graph are valid, so change this.

dadrian commented 1 year ago

You sure you don't want this in the main branch?

elliotcubit commented 1 year ago

You sure you don't want this in the main branch?

Yes, this field hasn't hit main, so the patch isn't needed.