Luca Deri
3c8837cfa3
Merge pull request #213 from Logan007/evp
AES -- (better) hardware acceleration using openssl's evp interface
5 years ago
Luca Deri
2636c65999
Waarning fix
5 years ago
Luca Deri
a13247f6c0
Merge pull request #209 from pojntfx/dev
Enable embedding the supernode, add more embedding examples (clean)
5 years ago
Logan007
353a82c017
added list of currently managed communities to supernode's management port output
5 years ago
Chrysostomos Nanakos
e68a344ff8
Fix OSX Catalina compilation failure
Include openssl library path for n2n-benchmark compilation
Fixes https://github.com/ntop/n2n/issues/222
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
5 years ago
Logan007
a9e48bb353
sync 'upstream/dev' into dev
5 years ago
Logan007
fb1dfdbdf2
reused evp context
5 years ago
Felix Pojtinger
8d64ed3ff8
Standardize documentation ( #211 )
* Use Markdown for Android build docs, fix typos
* Format and correct syntax errors/irregularities in existing Markdown documents
* Convert `txt`-based docs to Markdown, update macOS instructions
* Use GitHub conventions for README, fix typos, add link to `gon2n`
* Fix case sensitivity issues
5 years ago
Sharuzzaman Ahmat Raslan
317a425904
typo fix for README.md ( #215 )
several typo fixes for README.md
5 years ago
Logan oos Even
e60c10ebb1
Enable compiler optimizations ( #218 )
5 years ago
Logan007
7712279a8a
fixed one more typo
5 years ago
Logan007
e0741a5912
added additional length check after evp-en/decryption
5 years ago
Luca Deri
b73f146d9b
Fixed warnings
Moved to 2.7
5 years ago
Logan007
8649de7a16
made use of openssl's evp interface to achieve better hardware acceleration for AESed payload
5 years ago
Logan007
01f7825fd7
merge remote-tracking branch 'upstream/dev' into dev
5 years ago
Felix Pojtinger
62815e61f8
Don't use implicit `extern` keyword and use `static`
5 years ago
Felix Pojtinger
fd902173ff
Remove duplicate definitions
5 years ago
Felix Pojtinger
2058ab93c8
Add more embedding examples and initally decomposed sn_utils
5 years ago
Emanuele Faranda
d8871c2a60
Merge pull request #199 from Marviel/patch-1
Update tuntap_osx.c error message.
5 years ago
Luke Bechtel
3629d4770a
Update tuntap_osx.c
5 years ago
Luke Bechtel
b31839631a
Update tuntap_osx.c
Add clearer explanation of tuntap failure.
5 years ago
emanuele-f
46aaa86629
Fix multicast dropped when routing is disabled
5 years ago
emanuele-f
f9ade32788
Move -L flag doc to manpage
5 years ago
realjiangms
9601e82daf
More reliable punching:
1. Some nat router blocks the port if incoming traffic arrives before outcoming traffic being sent. Give edge ability to set proper TTL so that the registration packet is dropped before it arrives peer.
2. Support Symmetric NAT by predicting 15 more ports when sending registration packet
3. Purge pending mac also on P2P normal packet. This is actually more usual condition.
4. Add doc for new flag.
6 years ago
emanuele-f
7e7782f965
Possibly fix mingw compilation
5 years ago
Alfredo Cardigliano
5889b2c4a0
rpm-sign fix for centos8
5 years ago
emanuele-f
1b49b37a75
Disable PMTU options on apple to fix compilation issues
5 years ago
emanuele-f
8f3009c448
Fix occasional connection issues on startup due to bad MAC address read
5 years ago
emanuele-f
6868ed9ccd
Ensure that the TAP interface is up and running
5 years ago
emanuele-f
b889795b19
Fix possible uninitialised values in struct ifreq
5 years ago
emanuele-f
0538c5261d
Disable PMTU in other platforms
5 years ago
emanuele-f
252ee3e82f
Call pcap_set_immediate_mode if available
5 years ago
emanuele-f
9d64ca0088
Fix install targets
5 years ago
emanuele-f
60a4ba90ce
Add tools subdirectory
5 years ago
Emanuele Faranda
1ba5fa3dc8
Merge pull request #179 from lucktu/patch-1
newline
5 years ago
lucktu
365bae18d7
A newline
A newline
5 years ago
emanuele-f
b3995e7fbc
Implemnent n2n-decode utility to decode and dump traffic to PCAP
5 years ago
emanuele-f
5d2d19a924
Remove calls to system() in tuntap_linux
Fixes #177
5 years ago
Logan008
916902ed57
Merge pull request #1 from ntop/dev
pull current ntop/n2n dev
5 years ago
emanuele-f
49f1f1b886
Remove unused -b option
n2n already resolves the supernode address dynamically
5 years ago
emanuele-f
25d4420c64
Fix typo
5 years ago
emanuele-f
6c67ed0440
MTU changes to avoid connection stall on PMTU discovery failures
5 years ago
emanuele-f
27da194872
Reduce log level due to invalid supernode register ACK cookies
5 years ago
emanuele-f
ce1fb356f3
Add dissector port note
5 years ago
emanuele-f
fa94c43d36
Implement wireshark dissector
5 years ago
emanuele-f
4f04241bb3
Avoid community whitelist purging
Fixes #175
5 years ago
emanuele-f
0b965c37c0
Read local edge.conf and supernode.conf files on Windows
5 years ago
emanuele-f
024dca79af
Fix wrong edge conf documentation
5 years ago
Emanuele Faranda
be8c2ec9cd
Merge pull request #169 from HorseLuke/fix-edge-conf-read-201907
Fix: setOption pass wrong argument in edge node
5 years ago
horseluke
9e56c92af2
Fix: setOption pass wrong argument in edge node
5 years ago