]> source.dussan.org Git - tigervnc.git/commit
Don't fail on user CA/CRL problems
authorPierre Ossman <ossman@cendio.se>
Thu, 14 Oct 2021 06:57:08 +0000 (08:57 +0200)
committerPierre Ossman <ossman@cendio.se>
Thu, 14 Oct 2021 06:57:08 +0000 (08:57 +0200)
commit37f3a8b47f0b17ea1c1cacaf5c048a0bada618d3
tree85d6055768a7ee42a331ea99211adf8f57845c16
parent468687f5d7f036b3e78e767b32d3b9b14a4b3b17
Don't fail on user CA/CRL problems

The certificates might still be fine using the system trust store, or
the user can make an exception. So let's just log and continue on.

This got very common after 960c7d2 where we now always have a default
value for these settings.
common/rfb/CSecurityTLS.cxx