Skip to content

v2.5.8 Hostname SSL certificate searches

Compare
Choose a tag to compare
@aeetos aeetos released this 25 Jan 22:41
· 10 commits to master since this release
8b95fe4

v2.5.8

Enhancements

  • certificates property of analyzer.Hostname objects now returns same list of SSL
    certificates as the UI, enabled by a CertificateField search with the field set to
    name. This activates special-case functionality in the API that performs a
    substring search for a hostname across both subjectAlternativeNames and subjectCommonName fields
    The previous version only looked at the subjectAlternativeNames field. A more narrow
    search across specific fields is still available by instantiating an
    analyzer.CertificateField object directly.
  • Docs now show current version number and link to this changelog hosted on GitHub.