mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
tls: expose SAN details on GTlsCertificate
This changeset exposes * `dns-names` * `ip-addresses` on GTlsCertificate provided by the underlying TLS Backend. See https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/165 for the corresponding glib-networking changes. Relates: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2113 Relates: https://gitlab.gnome.org/GNOME/glib-networking/-/merge_requests/156/diffs Relates: https://github.com/microsoft/playwright/issues/6759
This commit is contained in:
committed by
Michael Catanzaro
parent
eff19df205
commit
4d3618cbd1
@@ -3718,6 +3718,8 @@ g_tls_certificate_new_from_file
|
||||
g_tls_certificate_new_from_files
|
||||
g_tls_certificate_new_from_pkcs11_uris
|
||||
g_tls_certificate_list_new_from_file
|
||||
g_tls_certificate_get_dns_names
|
||||
g_tls_certificate_get_ip_addresses
|
||||
g_tls_certificate_get_issuer
|
||||
g_tls_certificate_get_issuer_name
|
||||
g_tls_certificate_get_not_valid_before
|
||||
|
Reference in New Issue
Block a user