Commit Graph

27 Commits (783855fe26a07c61a3ddab9b4fb3ad2b2db557f2)

Author SHA1 Message Date
John Jones 783855fe26 in the middle of ephemeral encryption implementation 2017-02-06 17:11:22 -05:00
John Jones d091a29b19 Added multistream protocol to communicate with GO version 2017-02-02 14:10:12 -05:00
John Jones 513b778561 Addition of more handshake code for connecting to other nodes 2017-02-01 12:14:52 -05:00
John Jones 6d9a9e0e70 Beginning of the buildout of secio 2017-02-01 07:52:09 -05:00
Jose Marcial Vieira Bisneto 0ca303bb1c Added crypto/sha1 needed by routing/kademlia 2017-01-26 23:57:52 -03:00
Jose Marcial Vieira Bisneto f2031179a9 Changed record buffer size. 2017-01-26 23:55:46 -03:00
John Jones 8bdc9332d4 Merge branch 'master' of https://github.com/kenCode-de/c-libp2p 2017-01-23 11:31:43 -05:00
John Jones d3cfece252 Added sha512 encoding 2017-01-23 11:31:24 -05:00
jmjatlanta 2aa3b88d63 Merge branch 'master' of https://github.com/kenCode-de/c-libp2p 2017-01-20 04:49:55 -05:00
jmjatlanta 9a7c494436 Added method to rsa sign a message, using pkcs 1.15 2017-01-20 04:49:38 -05:00
Jose Marcial Vieira Bisneto e3fc5f6409 Fixed record pointer, should be pointer of pointer so can return allocated memory. 2017-01-19 21:31:46 -03:00
Jose Marcial Vieira Bisneto 3b301f823a Initial implementation of record/record 2017-01-19 20:45:24 -03:00
jmjatlanta 7e7a4e0712 clarifying var names, testing base58 and multihash 2016-12-15 12:39:30 -05:00
jmjatlanta 2ec3886276 Minor touches to remove compiler warnings 2016-12-14 06:24:24 -05:00
jmjatlanta 749f4d693e Removal of incorrect copyright notice 2016-12-05 07:13:27 -05:00
John Jones a2daf88b26 Fixed base32 encoding 2016-11-28 16:12:11 -05:00
John Jones 927933a20f Addition of base32 encoding 2016-11-28 12:58:51 -05:00
John Jones 2fcb7c1d8c Code cleanup
Standardized function naming, and added more consistent methods to
prevent memory allocation errors.
2016-11-17 15:06:53 -05:00
John Jones 9b55d84d95 adjustment to use other sha256 code 2016-11-15 21:19:18 -05:00
John Jones 93dc4d558f Adjustments for private key and peer id 2016-11-14 17:58:55 -05:00
xethyrion 4818ac8567 Peer Thing you wanted john
Sha256 here too!
2016-11-14 19:08:46 +02:00
John Jones 4222316a1a Added base16 encoding/decoding, as well as a wrapper around SHA256 2016-11-13 20:55:11 -05:00
John Jones fc6d9b9797 More cleanup 2016-11-10 12:04:48 -05:00
John Jones 68f2c436e3 Added debug setting to Makefiles, tweaks to get private key saved in
config file
2016-11-10 08:08:22 -05:00
John Jones e0714cc76d base58 and x509 certificate testing 2016-11-09 11:22:25 -05:00
jmjatlanta 79820e54bf adding multihash 2016-11-07 15:11:58 -05:00
jmjatlanta 1195046b3f added mbedlib for rsa stuff 2016-11-03 11:15:18 -05:00