RetroShare/libretroshare/src/dht
drbob 863a29fda1 NETWORK REWORK (cont)
Rework of AuthSSL: cleanup and split up.

 * Split out independent SSL functions into sslfns.h / sslfns.cc
 * Reworked SSL certificate storage.
 * Reworked SignDataBin / VerifyDataBin (fixed memory leaks).
 * Removed funny code: /* cert->cert_info->key->pkey is NULL */ 
     - just use X509_get_pubkey() instead.
 * Removed lots of old code.
 * Fixed up Mutex usage in AuthSSL - which was random.
 * Removed certificates from tlvSignature serialiser obj.
 * removed certificates from p3distrib messages.
 * Starting removing "unused parameter" compiler warnings.
 * Various related changes to make libretroshare compile.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3222 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-06-26 12:31:24 +00:00
..
b64.cc Modified libretroshare to compile under MacOSX. 2010-02-16 22:25:58 +00:00
b64.h Commit of the new UDP Connection methods and 2008-01-25 07:22:15 +00:00
dht_bootstrap.cc NETWORK REWORK (cont) 2010-06-25 22:13:52 +00:00
dht_check_peers.cc NETWORK REWORK (cont) 2010-06-25 22:13:52 +00:00
dhtclient.h NETWORK REWORK (cont) 2010-06-26 12:31:24 +00:00
dhthandler.cc Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
dhthandler.h Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
dhttest.cc Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00
Makefile BUGFIX: Big BUG in External Port notification! FIXED. 2008-03-23 22:27:43 +00:00
odhtmgr_test.cc * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
odhtpost_test.cc Changes required to get Retroshare V0.4 working under windows. 2008-03-03 14:41:15 +00:00
odhtstr_test.cc Commit of the new UDP Connection methods and 2008-01-25 07:22:15 +00:00
opendht.cc Corrected a bug in openDHT for 64 bits systems: a 64 bit string::size_type was returned into a uint32_t variable and further compared the 64 bits string::npos 2009-01-21 13:49:50 +00:00
opendht.h Modifications to Game Launcher to fixup the display of names / status. 2008-03-05 19:03:51 +00:00
opendhtmgr.cc added NULL gard in dhtPublish() 2009-04-06 18:57:30 +00:00
opendhtmgr.h * Modified p3ConnectMgr to enable Standalone testing of components. 2008-08-16 15:02:24 +00:00
opendhtstr.cc Significant improvements to DHT behaviour, and reconnection attempts. 2008-03-02 14:25:59 +00:00
opendhtstr.h Significant improvements to DHT behaviour, and reconnection attempts. 2008-03-02 14:25:59 +00:00
servers.txt Commit of the new UDP Connection methods and 2008-01-25 07:22:15 +00:00
tst.ini Created V0.3.x branch and moved the head into the trunk directory. 2007-11-15 03:18:48 +00:00