Skip to content

tls: expose cert details on GTlsCertificate

Ross Wollman requested to merge ross-gnome/glib:feature/cert-info into master

This changeset exposes

  • not-valid-before
  • not-valid-after
  • subject-name
  • issuer-name

on GTlsCertificate provided by the underlying TLS Backend.

In order to make use of these changes, see the related glib-networking MR.

This change aims to help populate more of the Certificate info in the WebKit Inspector Protocol on Linux.

This changeset stems from work in Microsoft Playwright to add more info into its HAR capture generated from the Inspector Protocol events and will bring feature parity across WebKit platforms.

Edited by Ross Wollman

Merge request reports