summaryrefslogtreecommitdiffstats
path: root/common/rfb/CSecurityTLS.cxx
Commit message (Expand)AuthorAgeFilesLines
* Correct naming convention for some parametersPierre Ossman2014-09-171-6/+6
* Remove a lot of platform compatibilty stuffPierre Ossman2014-07-071-1/+0
* Refactor the TLS code so that the push/pull functions are aware of theirPierre Ossman2012-07-031-11/+10
* Fix unsafe usage of the logging functions.Pierre Ossman2012-04-261-1/+1
* [Security] vncviewer can send password without proper validation of X.509 certsAdam Tkac2011-05-101-2/+9
* [Bugfix] Register GNUTLS debug routines only when we actually need them.Adam Tkac2011-02-181-10/+6
* [Bugfix] Improve compatibility with ancient GNUTLS implementations even more.Adam Tkac2011-02-091-0/+5
* [Development] os: add gnutls_x509_crt_print() implementation, older systemsAdam Tkac2011-02-091-10/+12
* [Bugfix] client: improve server certificate verification code.Adam Tkac2011-02-091-119/+162
* [Bugfix] Call gnutls_bye only when handshake is completed.Adam Tkac2011-02-091-5/+5
* Oops. Checked in some debugging code.DRC2011-02-091-1/+0
* Oops. Need to wait until after gnutls.h is included before checking the valu...DRC2011-02-091-11/+10
* Attempt to restore compatibility with older GnuTLS versionsDRC2011-02-081-2/+15
* [Bugfix] Print empty string by default when paths for X.509 certs don't exist.Adam Tkac2011-02-071-2/+4
* [Bugfix] Append ".pem" suffix to saved certificates.Adam Tkac2011-02-071-6/+6
* [Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it inAdam Tkac2011-02-071-18/+13
* [Bugfix] CSecurityTLS.cxx: include os/print.h to get correct snprintf definit...Adam Tkac2011-01-191-0/+1
* [Bugfix] Don't include unistd.h and don't call access() on Windows.Adam Tkac2011-01-191-0/+7
* [Bugfix] Use free() instead of gnutls_free() on Windows.Adam Tkac2011-01-191-0/+18
* [Development] client: Add dialog window to accept/save invalid X509Adam Tkac2010-11-181-8/+118
* [Bugfix] Check return codes from gnutls library every time.Adam Tkac2010-08-111-9/+22
* [Development] Rename CSecurityTLSBase class to CSecurityTLS.Adam Tkac2010-07-211-0/+237
* [Development] Merge CSecurityTLS and CSecurityX509 classes into CSecurityTLSB...Adam Tkac2010-07-211-66/+0
* [Bugfix] Add "#error" directives to client-side TLS sources to avoid wrong us...Adam Tkac2010-07-211-3/+3
* [Development] Implement VeNCrypt type support on client side. Currently onlyAdam Tkac2010-04-231-0/+66