]> source.dussan.org Git - tigervnc.git/commit
Fix reporting of some TLS errors
authorPierre Ossman <ossman@cendio.se>
Tue, 3 Sep 2024 06:07:11 +0000 (08:07 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 4 Sep 2024 09:29:18 +0000 (11:29 +0200)
commit2d5636e8c8dca77c0c52924eb931a79ccf731911
treee860c215f447adebc1debabd8783c3f38e6bb894
parent455ad1ce5db4a1d47200ce0eea3584785007e28a
Fix reporting of some TLS errors

These functions return a GnuTLS status, so we should use the correct
exception for that so we get the proper error messages.
common/rfb/CSecurityTLS.cxx
common/rfb/SSecurityTLS.cxx