Commit Graph
746 Commits
Author SHA1 Message Date
Luca Deri 84ec5c634c Disabled creation of .build-id dir 2020-10-27 22:38:43 +01:00
Francesco CarliandGitHub dcbc39c0fb Update REGISTER_SUPER_ACK handling on edge (#478) 2020-10-27 17:02:35 +01:00
Luca Deri 8e9bf61469 Fixed warning 2020-10-26 21:23:47 +01:00
57f742fe42 Extra Device Description in P2P Connection and Register to Super Node (#475)
* add cmake export commands

* add extra edge description (hint) field

* add peer2peer description registry

* fixed bug: peer2peer not pass the dev_desc filed

* update -I option in the helper text

Co-authored-by: Longtao Wang <longtao.wang@cortexlabs.ai>
2020-10-26 21:13:56 +01:00
Luca Deri ce9d33ab64 Fixed sample file as -p is now used instead of -l 2020-10-20 17:29:24 +02:00
Luca Deri 3095c816e2 Warnign fixes 2020-10-20 17:17:17 +02:00
Luca Deri bbabf30bc5 Crash fix
-l needs to be validated: added basic check (not enough TOFIX)
2020-10-20 17:10:50 +02:00
a42deedea9 added two rails for twofish cbc decryption (#472)
Co-authored-by: Logan007 <you@example.com>
2020-10-20 16:48:37 +02:00
51d55a60f8 made AES new default cipher (#471)
Co-authored-by: Logan007 <you@example.com>
2020-10-19 19:45:29 +02:00
b858ffeb06 added pure decryption speed output (#470)
Co-authored-by: Logan007 <you@example.com>
2020-10-19 09:45:20 +02:00
Francesco CarliandGitHub 0c3fdc4df3 Fix segfault in issue #463 (#464) 2020-10-19 09:45:00 +02:00
Francesco CarliandGitHub ed25ff8d01 Fixes minor issues introduced by #460 (#461) 2020-10-11 21:54:06 +02:00
Luca Deri f6e4047ce0 Partial fixes for addressing compilation issues introduced by https://github.com/ntop/n2n/pull/460 2020-10-11 11:57:48 +02:00
Francesco CarliandGitHub c9eedd68f0 Initialize the federation of supernodes (#460)
* Add supernode2sock() and add_sn_to_federation_by_mac_or_sock()

* Update sn_utils.c

* Update sn.c and sn_utils.c

* Update REG_SUPER_ACK payload

* Update add_sn_to_federation_by_mac_or_sock()
2020-10-11 11:44:40 +02:00
e3f64bfd1e AES-NI speed-up (#459)
* converted cbc loops more into sse

* added a 2nd parallel cbc decryption (aes-ni)

* transformed while into for

* offering 4 parallel aes-ni rails

Co-authored-by: Logan007 <you@example.com>
2020-10-11 11:43:04 +02:00
64361dcec1 narrowed granularity of hardware feature support (#455)
Co-authored-by: Logan007 <you@example.com>
2020-10-10 15:09:28 +02:00
Francesco CarliandGitHub 7d565df3a6 Fix segfault (#454)
* Fix segfault

* Update sn_utils.c
2020-10-06 21:57:04 +02:00
c3805edd7d added faq on 'seemingly encrypted header' error message (#448)
* added faq on 'seemingly encrypted header' error message

* added faq on 'seemingly encrypted header' error message

Co-authored-by: Logan007 <you@example.com>
2020-10-03 17:16:07 +02:00
1c45c7101a fixed lzo datatype (#447)
Co-authored-by: Logan007 <you@example.com>
2020-10-03 17:15:51 +02:00
2f220fd924 added (de-)compression to benchmark tool (#446)
* moved calls to decode functions into the decryption block

* adjusted output

* added (de)compression to benchmark

* added pearson hashing to benchmark

Co-authored-by: Logan007 <you@example.com>
2020-10-03 17:15:12 +02:00
Francesco CarliandGitHub 8dfffd9fbe Implement purge-and-re-registration process for supernodes (#445) 2020-10-01 16:23:10 +02:00
lucaderi 3f8d32fa77 Compilation fixes 2020-09-29 10:54:36 +02:00
francesco_carliandGitHub d9e2a0091a Handle REGISTER_SUPER from other supernodes (#443)
* Handle REGISTER_SUPER from other supernodes

* Update wire.c
2020-09-29 10:50:09 +02:00
Luca DeriandGitHub 7166b1ba68 Merge pull request #440 from fcarli3/issue_434
Get federation name and supernode's MAC address by command line
2020-09-29 10:47:44 +02:00
Luca DeriandGitHub 277b8ba4f4 Merge pull request #439 from fcarli3/dev
Add new federation flag to community structure
2020-09-25 18:50:21 +02:00
fcarli3 b2b76a450e How get federation name as parameter 2020-09-25 18:06:29 +02:00
francesco_carliandGitHub 31269dde52 Update sn_utils.c 2020-09-25 12:19:20 +02:00
francesco_carliandGitHub 9dbc54f443 Update sn.c 2020-09-25 12:17:37 +02:00
francesco_carliandGitHub acafbc61a1 Add comm_init() function 2020-09-24 20:12:20 +02:00
francesco_carliandGitHub b5d4a70983 Add comm_init() function 2020-09-24 20:07:33 +02:00
francesco_carliandGitHub 6e875e7cab Add new federation flag to community structure 2020-09-24 20:04:07 +02:00
francesco_carliandGitHub 746962510f Add new enum data type and indicators 2020-09-24 20:00:32 +02:00
Luca DeriandGitHub 644ea6c82a Merge pull request #431 from Logan007/ipSbnt
merged edge's subnet parameter into address parameter
2020-09-22 19:15:00 +02:00
Logan007 7779523c7b merged edge's subnet parameter into address parameter 2020-09-21 13:56:41 +05:45
Logan007 df869bfd3b merged edge's subnet parameter into address parameter 2020-09-21 13:37:06 +05:45
Luca DeriandGitHub 421968ac4e Merge pull request #430 from VergLsm/dev
fix(win): "config.h: No such file or directory"
2020-09-20 18:31:43 +02:00
Luca DeriandGitHub b4d2c1d806 Merge pull request #428 from Logan007/tapConfDoc
consolidated documentation on tap interface configuration
2020-09-20 18:31:04 +02:00
Luca DeriandGitHub c7e9a51c73 Merge pull request #427 from Logan007/noJitter
removed jitter allowance for systemic packets
2020-09-20 18:29:10 +02:00
VergLsm 907e56a525 fix(win): "config.h: No such file or directory" 2020-09-21 00:14:28 +08:00
Logan007 2f915fb51b consolidated documentation on tap interface configuration 2020-09-20 21:14:12 +05:45
Logan007 ee71c39dcd consolidated documentation on tap interface configuration 2020-09-20 20:25:27 +05:45
Logan007 59fad45bd7 consolidated documentation on tap interface configuration 2020-09-20 20:08:10 +05:45
Logan007 d77fdc1c71 consolidated documentation on tap interface configuration 2020-09-20 17:39:33 +05:45
Logan007 0894357b08 consolidated documentation on tap interface configuration 2020-09-20 17:07:18 +05:45
Logan007 2c77729acf removed jitter allowance for systemic packets 2020-09-19 15:47:16 +05:45
Luca DeriandGitHub 4759a99eb4 Merge pull request #426 from Logan007/aesKeyLenTrgrs
adopted aes key-length trigger values
2020-09-18 23:49:39 +02:00
Logan007 1d00efa72c adopted aes key-length trigger values 2020-09-19 02:37:59 +05:45
Luca DeriandGitHub 4adfaae79a Merge pull request #425 from Logan007/yadf
removed reference to OpenSSL 1.0
2020-09-18 22:39:46 +02:00
Logan007 7638987306 removed reference to OpenSSL 1.0 2020-09-19 02:22:56 +05:45
Luca DeriandGitHub 731d2deb53 Merge pull request #424 from Logan007/yaFaq
added faq on multiple supernode ports
2020-09-18 12:47:35 +02:00