aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rfb/CSecurityTLS.java
Commit message (Expand)AuthorAgeFilesLines
* Make all viewer parameters static. Viewer instances are isolated from each ot...Brian P. Hinz2016-08-271-8/+8
* More cleanup of x509 exception handling in java viewerBrian P. Hinz2015-10-111-27/+20
* Cleanup exception handling for x509* auth types in java viewerBrian P. Hinz2015-10-101-58/+17
* Added hostname verification for x509 authentication typesBrian P. Hinz2015-10-091-3/+80
* Don't exit completely if single viewer declines server certBrian P. Hinz2015-09-201-4/+8
* Fixes for X509 CA certificate handlingBrian P. Hinz2015-09-191-24/+97
* Handle CA chain certificatesBrian P. Hinz2015-09-131-4/+7
* Improve handling of x509 authenticationBrian P. Hinz2015-09-131-24/+101
* Major overhaul of SSLEngineManagerBrian P. Hinz2014-11-021-14/+16
* Whitespace cleanup onlyBrian Hinz2013-05-121-11/+11
* adds initial support for loading & saving of both configuration files and use...Brian Hinz2012-08-291-19/+17
* Implemented rfb/Configuration similar to the native client methods. Added equ...Brian Hinz2012-05-141-2/+2
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-111-2/+3
* make sure we actually throw caught execptions in java viewerBrian Hinz2012-02-161-1/+1
* Replace all stream-based IO with non-blocking NIO-based implementation. Stil...Brian Hinz2012-02-031-66/+105
* Fix more unused local variables and static (class) variables and methods bein...Brian Hinz2011-10-091-4/+3
* cleaned up unused local variables, unnecessary package imports, and fixed som...Brian Hinz2011-10-091-2/+0
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-0/+251