gtlsdatabase: tone down warning about g_tls_database_verify_chain()

This is only true for the default GnuTLS backend. It is not true for the
OpenSSL backend, so let's say "may" instead of "will."
This commit is contained in:
Michael Catanzaro 2021-11-09 17:14:30 -06:00 committed by Philip Withnall
parent 3b3d56a45c
commit 5f585225a2

View File

@ -511,8 +511,8 @@ g_tls_database_class_init (GTlsDatabaseClass *klass)
*
* Because TLS session context is not used, #GTlsDatabase 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.
*