Commit Graph

51 Commits (master)

Author SHA1 Message Date
Radu Iliescu 8d3957f3b8 Makefile: refactor CFLAGS to come from main Makefile
Also remove CC and link flags since linking is done in main Makefile
2018-12-03 07:22:33 -05:00
Radu Iliescu d3858ffc26 Makefile: refactor include files
Now major include files are comming from main Makefile,
module need to add just their specific include path.
To work make the include path absolute.
2018-11-29 07:15:27 -05:00
John Jones 746682ebef Fixed signature verification, continuing with swarm connectivity 2017-11-02 11:11:50 -05:00
John Jones fab73441ef Adding default values to initializer 2017-08-03 14:44:27 -05:00
jmjatlanta dfb1aba247 Fixed warnings 2017-07-17 16:14:20 -05:00
John Jones 910e84dd5c Reformatted for better error handling 2017-04-27 15:51:30 -05:00
John Jones bd9f219b50 Removed some test code 2017-03-23 08:27:21 -05:00
John Jones 9776ff15a0 c99 and endian changes for centos 2017-03-21 15:08:01 +00:00
John Jones 3d53c470a5 Correctly generating shared and stretched keys 2017-03-09 00:12:04 -05:00
John Jones 05cc6e9bd3 key exchange complete, nearing encrypted streams, mac invalid 2017-03-08 12:18:29 -05:00
John Jones e092a0e974 Switched to ephemeral DH 2017-03-08 07:23:32 -05:00
John Jones 0e0b6b1546 Many bug fixes for secio 2017-03-06 19:03:04 -05:00
John Jones 6d9473069b Many fixes around secio 2017-03-02 16:14:52 -05:00
John Jones 8139dc9d48 Added ping functionality to multistream 2017-02-23 11:15:48 -05:00
John Jones e4a4226f5d small change in error handling 2017-02-22 11:48:14 -05:00
John Jones cd27026cb5 Fixed bugs around record protobuf 2017-02-20 07:08:53 -05:00
John Jones 5c08094548 More dialer code 2017-02-13 17:41:31 -05:00
John Jones 910c07e951 More changes to encryption negotiation 2017-02-09 12:50:28 -05:00
John Jones e55f81490d More cleanup 2017-02-09 04:55:16 -05:00
John Jones c1620d1d8b More progress on secio 2017-02-09 03:34:12 -05:00
John Jones 773c980f1f intermediate commit for handshake
Working on negotiations between GO and C version of IPFS
2017-02-08 22:51:35 -05:00
John Jones be9f278ebf Beginning of testing of handshake 2017-02-08 12:32:41 -05:00
John Jones e1a29128b6 secio handshake compiles, now testing 2017-02-08 11:08:05 -05:00
John Jones 030b2b197d Another intermediate save for ephemeral 2017-02-06 19:04:01 -05:00
John Jones f9ba2f6c0f More adjustments for ephemeral encryption 2017-02-06 17:28:11 -05:00
John Jones 783855fe26 in the middle of ephemeral encryption implementation 2017-02-06 17:11:22 -05:00
John Jones 5666a8a2ef Removed broken peer id methods
standardizing on the one in libp2p/crypto/key.c
2017-02-02 19:09:20 -05:00
John Jones 94566ade69 Now correctly generating the Peer ID from a public key 2017-02-02 18:27:57 -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
Jose Marcial Vieira Bisneto 0ca303bb1c Added crypto/sha1 needed by routing/kademlia 2017-01-26 23:57:52 -03:00
John Jones d13a47d7d5 Fixed possible memory leak in signature routine 2017-01-23 12:07:48 -05: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 21f8d45279 Small adjustment to clarify a comment 2017-01-20 04:53:55 -05:00
jmjatlanta 9a7c494436 Added method to rsa sign a message, using pkcs 1.15 2017-01-20 04:49:38 -05:00
jmjatlanta 7e7a4e0712 clarifying var names, testing base58 and multihash 2016-12-15 12:39:30 -05:00
jmjatlanta 749f4d693e Removal of incorrect copyright notice 2016-12-05 07:13:27 -05:00
John Jones 6cb4e3a04e Fixed memory leaks 2016-12-01 13:05:14 -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 93dc4d558f Adjustments for private key and peer id 2016-11-14 17:58:55 -05: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
John Jones 6f3be52801 Adjusted makefiles 2016-11-07 16:34:08 -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