]> source.dussan.org Git - tigervnc.git/commit
Refactor the handshake code from first principles to remove code that was borrowed...
authorBrian Hinz <bphinz@users.sourceforge.net>
Sun, 26 Aug 2012 18:24:15 +0000 (18:24 +0000)
committerBrian Hinz <bphinz@users.sourceforge.net>
Sun, 26 Aug 2012 18:24:15 +0000 (18:24 +0000)
commit8a1e99d5bcf96748fc76f3a28797eb7415cd6cb9
tree4ab66622326a5f8008ae633a62c11badc80a35a8
parent9e43140a66affcffd2df0778c64fb3e362411a72
Refactor the handshake code from first principles to remove code that was borrowed from Netty, which is released under an incompatible license (Apache v2.)  Since our SSLEngineManager class was loosely inspired by, but no code was actually borrowed from, the Oracle JSSE examples, it is my opinion that it was incorrect to attribute copyright to Oracle, so that message has been removed (their examples are released under a BSD-style license, anyhow, so it's a non-issue.)

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4962 3789f03b-4d11-0410-bbf8-ca57d06f2519
java/com/tigervnc/network/SSLEngineManager.java