Commit Graph

738 Commits

Author SHA1 Message Date
Logan oos Even
51d55a60f8
made AES new default cipher (#471)
Co-authored-by: Logan007 <you@example.com>
2020-10-19 19:45:29 +02:00
Logan oos Even
b858ffeb06
added pure decryption speed output (#470)
Co-authored-by: Logan007 <you@example.com>
2020-10-19 09:45:20 +02:00
Francesco Carli
0c3fdc4df3
Fix segfault in issue #463 (#464) 2020-10-19 09:45:00 +02:00
Francesco Carli
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 Carli
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
Logan oos Even
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
Logan oos Even
64361dcec1
narrowed granularity of hardware feature support (#455)
Co-authored-by: Logan007 <you@example.com>
2020-10-10 15:09:28 +02:00
Francesco Carli
7d565df3a6
Fix segfault (#454)
* Fix segfault

* Update sn_utils.c
2020-10-06 21:57:04 +02:00
Logan oos Even
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
Logan oos Even
1c45c7101a
fixed lzo datatype (#447)
Co-authored-by: Logan007 <you@example.com>
2020-10-03 17:15:51 +02:00
Logan oos Even
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 Carli
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_carli
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 Deri
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 Deri
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_carli
31269dde52
Update sn_utils.c 2020-09-25 12:19:20 +02:00
francesco_carli
9dbc54f443
Update sn.c 2020-09-25 12:17:37 +02:00
francesco_carli
acafbc61a1
Add comm_init() function 2020-09-24 20:12:20 +02:00
francesco_carli
b5d4a70983
Add comm_init() function 2020-09-24 20:07:33 +02:00
francesco_carli
6e875e7cab
Add new federation flag to community structure 2020-09-24 20:04:07 +02:00
francesco_carli
746962510f
Add new enum data type and indicators 2020-09-24 20:00:32 +02:00
Luca Deri
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 Deri
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 Deri
b4d2c1d806
Merge pull request #428 from Logan007/tapConfDoc
consolidated documentation on tap interface configuration
2020-09-20 18:31:04 +02:00
Luca Deri
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 Deri
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 Deri
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 Deri
731d2deb53
Merge pull request #424 from Logan007/yaFaq
added faq on multiple supernode ports
2020-09-18 12:47:35 +02:00
Luca Deri
ddad9bc275
Merge pull request #420 from Logan007/compFix
windows compilation fix
2020-09-18 12:47:05 +02:00
Logan007
748f329ed0 added faq on multiple supernode ports 2020-09-16 14:49:09 +05:45
Luca Deri
e3dd4fb9b9
Merge pull request #423 from Logan007/cntRegExp
removed begin and end from reg exp
2020-09-15 23:23:22 +02:00
Luca Deri
4026564151
Merge pull request #422 from Logan007/remOpenSsl10
dropped openssl 1.0 support
2020-09-15 23:23:06 +02:00
Luca Deri
7208ee1c66
Merge pull request #419 from Logan007/contDocRev
continious doc revision
2020-09-15 23:22:23 +02:00
Luca Deri
95f035b63f
Merge pull request #418 from maruncz/dev
fix benchmark output formatting
2020-09-15 23:22:14 +02:00
Logan007
82922c60c6 removed begin and end from reg exp 2020-09-16 02:44:57 +05:45
Logan007
30a515544b removed begin and end from reg exp 2020-09-16 02:41:50 +05:45