Andrew Nelless
|
665bd91dbd
|
#5628 Move SSL socket code from plugin to lib/net
|
2016-09-29 13:04:57 +01:00 |
Jerry (Xinyu Hou)
|
e0819b86cd
|
Conflicts:
src/lib/plugin/ns/SecureSocket.cpp
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
07902d623c
|
Removed dead code
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
08a73218e6
|
Refactored secure read and write into SecureSocket
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
95464d97cf
|
Conflicts:
src/lib/client/Client.cpp
src/lib/net/TCPSocketFactory.cpp
|
2016-09-26 11:58:33 +01:00 |
Andrew Nelless
|
c3c0913633
|
Update company copyright notice
|
2016-09-26 11:58:33 +01:00 |
Jerry (Xinyu Hou)
|
f8bb948776
|
Removed unused variable #4750
|
2015-07-31 13:42:41 -07:00 |
Adam Potolsky
|
16a2815504
|
Added additional SSL logging abotu connection information as well as client and server cipher availability #4793
|
2015-06-12 14:40:15 -07:00 |
Adam Potolsky
|
35e09c46b9
|
Changed secureSocket routines to return a status, and modify an argument for num of bytes handled #4697
|
2015-05-22 16:09:59 -07:00 |
Adam Potolsky
|
5b3fa48902
|
Made socket self-aware of when it is in a fatal state #4697
Added code to cleanly terminate connection on fatal socket state #4697
|
2015-05-22 10:56:13 -07:00 |
Adam Potolsky
|
e4f86a8934
|
Adding pass/fail retry logic to connection attempts #4697 #4650
|
2015-05-21 15:22:39 -07:00 |
Adam Potolsky
|
81a70135bd
|
Added concept of a max retry count to SecureSocket class #4650
|
2015-05-20 13:50:18 -07:00 |
Adam Potolsky
|
994a9433fe
|
Converting retry to a counter #4650
|
2015-05-20 12:08:25 -07:00 |
Nigel Armstrong
|
d71304ee55
|
Modified header of every file COPYING to LICENSE
Modified to match the updated name of the license file
|
2015-05-06 22:12:44 -04:00 |
Nick Bolton
|
407f92e9d4
|
Removed --certificate-fingerprint argument #4522
Used profile dir for fingerprint file path instead
|
2015-04-15 14:16:28 +01:00 |
Xinyu Hou
|
52d9b1beed
|
Logged out new fingerprint when not match #4522
|
2015-04-15 13:06:49 +01:00 |
XinyuHou
|
f60e98c8cd
|
Fixed error from merge
|
2015-04-14 17:52:08 +01:00 |
XinyuHou
|
916a4c75af
|
Refactored no or wrong ssl certificate error handling #4410
Conflicts:
src/lib/net/TCPListenSocket.cpp
src/lib/plugin/ns/SecureListenSocket.cpp
src/lib/plugin/ns/SecureSocket.cpp
src/lib/plugin/ns/SecureSocket.h
|
2015-04-14 17:52:00 +01:00 |
XinyuHou
|
28eb85660f
|
Fixed error from merge
|
2015-04-14 17:51:41 +01:00 |
XinyuHou
|
b4665b9cd5
|
Passed args into client and socket
Conflicts:
src/lib/client/Client.cpp
src/lib/client/Client.h
src/lib/synergy/ClientApp.cpp
src/test/integtests/net/NetworkTests.cpp
|
2015-04-14 17:51:31 +01:00 |
XinyuHou
|
cb0f0dd06d
|
Improved fingerprint verification #4522
Conflicts:
src/lib/plugin/ns/SecureSocket.cpp
src/lib/plugin/ns/SecureSocket.h
src/lib/synergy/ClientApp.cpp
|
2015-04-14 17:50:49 +01:00 |
XinyuHou
|
b8ba37b4f4
|
Made callback function global #4522
|
2015-04-14 17:49:33 +01:00 |
Xinyu Hou
|
5dfe4aa0b5
|
Added verification of server certificate fingerprint #4522
Conflicts:
src/lib/mt/Thread.cpp
src/lib/plugin/ns/SecureSocket.cpp
src/lib/synergy/ClientArgs.cpp
|
2015-04-14 17:46:58 +01:00 |
Nick Bolton
|
b4a1c3627f
|
Improved SSL error handling for accept/connect socket #4313
|
2015-03-04 13:59:53 +00:00 |
Nick Bolton
|
501dc6c886
|
More user-friendly SSL errors, and rate limited failure #4313
|
2015-03-04 13:42:19 +00:00 |
Nick Bolton
|
87a81adeb4
|
Improved SLL error messages and throw on cert error #4313
|
2015-03-04 12:15:56 +00:00 |
Nick Bolton
|
719e8f6b56
|
Revert "More robust secure socket error handling #4313"
This reverts commit 40fa58de8c .
|
2015-03-04 11:43:52 +00:00 |
Nick Bolton
|
40fa58de8c
|
More robust secure socket error handling #4313
|
2015-03-03 19:21:14 +00:00 |
XinyuHou
|
767802f111
|
removed loop accept and connect and added more debug info #4313
|
2015-01-29 15:40:30 +00:00 |
XinyuHou
|
622e40e5d7
|
managed secure socket allocation and deallocation #4313
|
2015-01-28 13:07:03 +00:00 |
XinyuHou
|
85813fd49b
|
added plugin unload and cleanup #4313
|
2015-01-27 10:42:10 +00:00 |
XinyuHou
|
10cddb97a8
|
fixed misused read and write #4313
|
2015-01-26 13:23:11 +00:00 |
XinyuHou
|
06253c965b
|
resolve #4328 by moving plugin into lib folder
|
2015-01-20 16:18:51 +00:00 |