1. 78bdd17 Add missing throws for exception by Pierre Ossman · 6 years ago
  2. d8bbbeb Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 7 years ago
  3. 8fd4907 Merge branch 'covscan' of https://github.com/grulja/tigervnc by Pierre Ossman · 7 years ago
  4. 52a2e65 Remove unused include by Pierre Ossman · 7 years ago
  5. 83eee75 Log TLS handshake result by Pierre Ossman · 7 years ago
  6. 8105be9 Do not duplicate default string twice by Jan Grulich · 7 years ago
  7. 06c1199 Restore original streams when terminating TLS by Pierre Ossman · 7 years ago
  8. 1b74634 Delete TLS streams before deleting the session by Pierre Ossman · 7 years ago
  9. ad2b3c4 Strongly bind security objects to connection object by Pierre Ossman · 7 years ago
  10. 50aaed4 Initialise CSecurityTLS::cert_cred properly by Pierre Ossman · 7 years ago
  11. c04f756 Use system certificate trust store by Pierre Ossman · 7 years ago
  12. 1922550 Make exception classes have clearer messages by Pierre Ossman · 8 years ago
  13. 03b51b6 Merge branch 'securemsg' of https://github.com/CendioOssman/tigervnc by Pierre Ossman · 8 years ago
  14. 894f2c5 Include server name in TLS handshake for SNI by Pierre Ossman · 8 years ago
  15. e43e5e3 Add better error message for insecure certificate algorithms by Pierre Ossman · 8 years ago
  16. 8aa4bc5 Proper global init/deinit of GnuTLS by Pierre Ossman · 9 years ago
  17. 27eb55e Add parameter to override GnuTLS priority by Pierre Ossman · 11 years ago
  18. 88c24ed Raise GnuTLS requirements to 3.x by Pierre Ossman · 11 years ago
  19. 800a35c Remove verbose TLS logging by Pierre Ossman · 11 years ago
  20. 3d2a84b Correct naming convention for some parameters by Pierre Ossman · 11 years ago
  21. 5ad4d06 Remove a lot of platform compatibilty stuff by Pierre Ossman · 11 years ago
  22. fe48cd4 Refactor the TLS code so that the push/pull functions are aware of their by Pierre Ossman · 13 years ago
  23. ad8609a Fix unsafe usage of the logging functions. by Pierre Ossman · 13 years ago
  24. ce6c8b0 [Security] vncviewer can send password without proper validation of X.509 certs by Adam Tkac · 14 years ago
  25. 348269d [Bugfix] Register GNUTLS debug routines only when we actually need them. by Adam Tkac · 15 years ago
  26. b486423 [Bugfix] Improve compatibility with ancient GNUTLS implementations even more. by Adam Tkac · 15 years ago
  27. 68481c1 [Development] os: add gnutls_x509_crt_print() implementation, older systems by Adam Tkac · 15 years ago
  28. e32573a [Bugfix] client: improve server certificate verification code. by Adam Tkac · 15 years ago
  29. 44cdb13 [Bugfix] Call gnutls_bye only when handshake is completed. by Adam Tkac · 15 years ago
  30. 32020bf Oops. Checked in some debugging code. by DRC · 15 years ago
  31. b7ab54f Oops. Need to wait until after gnutls.h is included before checking the value of GNUTLS_VERSION_NUMBER by DRC · 15 years ago
  32. ff1e1ff Attempt to restore compatibility with older GnuTLS versions by DRC · 15 years ago
  33. f16a421 [Bugfix] Print empty string by default when paths for X.509 certs don't exist. by Adam Tkac · 15 years ago
  34. 437b0c2 [Bugfix] Append ".pem" suffix to saved certificates. by Adam Tkac · 15 years ago
  35. af08172 [Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it in by Adam Tkac · 15 years ago
  36. 179d2b1 [Bugfix] CSecurityTLS.cxx: include os/print.h to get correct snprintf definition. by Adam Tkac · 15 years ago
  37. c4674db [Bugfix] Don't include unistd.h and don't call access() on Windows. by Adam Tkac · 15 years ago
  38. 5d4c6ac [Bugfix] Use free() instead of gnutls_free() on Windows. by Adam Tkac · 15 years ago
  39. 27b2f77 [Development] client: Add dialog window to accept/save invalid X509 by Adam Tkac · 15 years ago
  40. 6948ead [Bugfix] Check return codes from gnutls library every time. by Adam Tkac · 15 years ago
  41. 3c5be39 [Development] Rename CSecurityTLSBase class to CSecurityTLS. by Adam Tkac · 15 years ago[Renamed (91%) from common/rfb/CSecurityTLSBase.cxx]
  42. 0e61c34 [Development] Merge CSecurityTLS and CSecurityX509 classes into CSecurityTLSBase class. by Adam Tkac · 15 years ago
  43. 4395823 [Bugfix] Add "#error" directives to client-side TLS sources to avoid wrong usage. by Adam Tkac · 15 years ago
  44. b10489b [Development] Implement VeNCrypt type support on client side. Currently only by Adam Tkac · 15 years ago