[glib/mcatanzaro/gtlsdatabase-docs: 68/69] gtlscertificate: tone down warning about g_tls_certificate_verify()




commit a6a41cfc17c3038d122a9f481fa098d4fb62f6f1
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Mon Nov 15 10:50:00 2021 -0600

    gtlscertificate: tone down warning about g_tls_certificate_verify()

 gio/gtlscertificate.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gtlscertificate.c b/gio/gtlscertificate.c
index 8231ea0e4..8961a429d 100644
--- a/gio/gtlscertificate.c
+++ b/gio/gtlscertificate.c
@@ -969,8 +969,8 @@ g_tls_certificate_get_issuer (GTlsCertificate  *cert)
  *
  * Because TLS session context is not used, #GTlsCertificate may not
  * perform as many checks on the certificates as #GTlsConnection would.
- * For example, certificate constraints cannot be honored, and some
- * revocation checks cannot be performed. The best way to verify TLS
+ * For example, certificate constraints may not be honored, and
+ * revocation checks may not be performed. The best way to verify TLS
  * certificates used by a TLS connection is to let #GTlsConnection
  * handle the verification.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]