aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/SSecurityTLS.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use StringParameters directlyPierre Ossman2023-02-041-7/+1
* Fix priority string when using newer GnuTLSJan Grulich2021-07-161-1/+3
* Merge branch 'utilize-system-wide-crypto' of https://github.com/grulja/tigervncPierre Ossman2021-07-141-14/+52
|\
| * Utilize system-wide crypto policiesJan Grulich2021-07-141-14/+52
* | Use RFC7919-2048 group in GnuTLS for FIPS compliance.JASON SIKES2021-06-121-4/+32
* | Don't wait for TLS close responsePierre Ossman2021-06-111-1/+3
* | Handle GnuTLS shutdown on dead sessionPierre Ossman2021-06-111-4/+5
|/
* Log TLS handshake resultPierre Ossman2018-10-091-1/+2
* Restore original streams when terminating TLSPierre Ossman2018-09-211-1/+11
* Delete TLS streams before deleting the sessionPierre Ossman2018-09-211-16/+19
* Strongly bind security objects to connection objectPierre Ossman2018-09-211-4/+4
* avoid putting more includes in headers than necessaryBrian P. Hinz2017-11-151-0/+1
* Move gnutls functions into SSecurityTLSBrian P. Hinz2017-11-141-3/+10
* Proper global init/deinit of GnuTLSPierre Ossman2016-08-231-15/+5
* Add parameter to override GnuTLS priorityPierre Ossman2015-01-291-5/+17
* Raise GnuTLS requirements to 3.xPierre Ossman2015-01-291-8/+15
* Remove verbose TLS loggingPierre Ossman2014-10-281-13/+0
* Correct naming convention for some parametersPierre Ossman2014-09-171-2/+2
* Refactor the TLS code so that the push/pull functions are aware of theirPierre Ossman2012-07-031-8/+9
* Fix unsafe usage of the logging functions.Pierre Ossman2012-04-261-1/+1
* [Bugfix] Register GNUTLS debug routines only when we actually need them.Adam Tkac2011-02-181-7/+6
* [Bugfix] Check return codes from gnutls library every time.Adam Tkac2010-08-111-1/+3
* [Development] Rename SSecurityTLSBase source/class to SSecurityTLS.Adam Tkac2010-07-211-0/+224
* [Cleanup] Merge SSecurityTLS and SSecurityX509 classes into SSecurityTLSBase ...Adam Tkac2010-07-211-83/+0
* [Bugfix] Compile VeNCrypt extension only when gnutls is enabled and available.Adam Tkac2010-04-281-2/+3
* [Development] Implement VeNCrypt security type on server side. Currently onlyAdam Tkac2010-04-231-0/+82