XinyuHou
|
71dc472a64
|
Fixed code style
|
2015-04-14 17:49:56 +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
|
3364d38498
|
Removed unused retry variables #4313
|
2015-03-04 14:07:43 +00: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
|
9cdff4a910
|
Removed throw from checkResult (causes client to freeze) #4313
|
2015-03-04 12:26:54 +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
|
55de0746dc
|
Copy all plugin files to bin dir (including symbols) #4168
|
2015-03-04 12:03:38 +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
|
6ef41522b7
|
Revert "Fixed: Exception was not thrown on secure accept/connect #4313"
This reverts commit c5ed03a8a0 .
|
2015-03-04 11:43:42 +00:00 |
Nick Bolton
|
c5ed03a8a0
|
Fixed: Exception was not thrown on secure accept/connect #4313
|
2015-03-04 10:14:21 +00:00 |
Nick Bolton
|
40fa58de8c
|
More robust secure socket error handling #4313
|
2015-03-03 19:21:14 +00:00 |
Nick Bolton
|
dd57a93345
|
Added OpenSSL DLLs to Windows installer #4313
libeay32.dll
ssleay32.dll
|
2015-02-26 00:04:17 +00:00 |
XinyuHou
|
226f2c966a
|
assigned arch static instance instead of create a new one #4313
|
2015-02-13 15:58:54 +00:00 |
Xinyu Hou
|
4014176d8e
|
Revert "created new instance of arch in plugin #4313"
This reverts commit 8e4f758cb1 .
|
2015-02-13 14:26:03 +00:00 |
XinyuHou
|
8e4f758cb1
|
created new instance of arch in plugin #4313
|
2015-02-13 12:35:12 +00:00 |
XinyuHou
|
c4c0fc8a08
|
added enable crypto argument to synergys/c #4313
|
2015-02-12 15:50:08 +00:00 |
XinyuHou
|
80343c41eb
|
deleted old home brew crypto #4313
|
2015-02-11 11:12:54 +00:00 |
XinyuHou
|
4fcec1d217
|
limited ns pluging to Mac 10.8 and above #4168
|
2015-02-10 16:20:49 +00:00 |
XinyuHou
|
7d5df54bd0
|
fixed copy command for libns on Linux #4168
|
2015-02-10 13:07:52 +00:00 |
XinyuHou
|
31440b1a8a
|
added const cast #4168
|
2015-02-10 12:22:30 +00:00 |
XinyuHou
|
98716f4e78
|
fixed compile error on ubuntu64 #4168
|
2015-02-10 12:13:59 +00:00 |
XinyuHou
|
3aa6bed669
|
handled SSL connect failed on client side #4313
|
2015-02-02 15:33:40 +00:00 |
XinyuHou
|
10e6b5ad63
|
removed client connection when SSL handshake failed #4313
|
2015-02-02 14:18:34 +00:00 |
XinyuHou
|
767802f111
|
removed loop accept and connect and added more debug info #4313
|
2015-01-29 15:40:30 +00:00 |
XinyuHou
|
4e42b9fdbd
|
fixed memory leak and validate ssl #4313
|
2015-01-28 17:33:10 +00:00 |
XinyuHou
|
622e40e5d7
|
managed secure socket allocation and deallocation #4313
|
2015-01-28 13:07:03 +00:00 |
XinyuHou
|
a53dae9be3
|
added assersions before lib func invoking and adjust log level #4313
|
2015-01-27 11:04:23 +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 |