Skip to content

Feature/54 ssl certificate

Julien Andrieux requested to merge feature/54-ssl-certificate into develop

Closes #54 (closed)

For a given host (full address / TCP port), connect with TLS, get the certificate chain and return:

  • amount of hours before expiration of the certificate;
  • amount of hours before soonest expiration of any certificate in the chain;
  • hash of the certificate;
  • use of insecure signature algorithm.

Merge request reports