Commit Graph

1426 Commits

Author SHA1 Message Date
Logan007
ed2d6e99b1 fixed A/z parameter handling 2020-06-07 22:16:58 +05:45
Logan007
8b9a6f108c fixed compile warnings / errors 2020-06-07 19:46:33 +05:45
Logan007
84f389d6d4 fixed compile warnings / errors 2020-06-07 19:36:58 +05:45
Luca Deri
adad9572a4 Fixed -z_ from file 2020-06-07 15:19:36 +02:00
Luca Deri
0d8824e2eb Merge branch 'dev' of https://github.com/ntop/n2n into dev 2020-06-07 15:08:14 +02:00
Luca Deri
d54b7ad392 Fixed -z_ handling 2020-06-07 15:07:49 +02:00
Luca Deri
6768af11be Linux compilation fixes 2020-06-07 14:40:49 +02:00
Luca Deri
e50d39b5ce Compilation fixes 2020-06-07 14:39:57 +02:00
Luca Deri
bd49b4e3a3 Compilation fixes 2020-06-07 13:51:48 +02:00
Luca Deri
c2626bae7c Fixed -A_ parging from configuration files 2020-06-07 12:54:15 +02:00
Luca Deri
f9f941c50b Compilation fixes 2020-06-07 10:11:52 +02:00
Luca Deri
ca19dd379b
Merge pull request #249 from Logan007/speck
added Speck
2020-06-07 10:10:28 +02:00
Luca Deri
3b0903785e
Merge branch 'dev' into speck 2020-06-07 10:10:20 +02:00
Luca Deri
27709c22b1
Merge pull request #246 from Logan007/zstdCompression
added optional payload compression (zstd) for all transforms
2020-06-07 10:03:29 +02:00
Luca Deri
40da89521a
Merge branch 'dev' into zstdCompression 2020-06-07 10:03:22 +02:00
Luca Deri
b8fcf09177 Compilation fixes 2020-06-07 10:00:18 +02:00
Luca Deri
597c5be4b0
Merge pull request #250 from GoldenMean58/patch-1
Fix a typo
2020-06-07 09:53:15 +02:00
Luca Deri
0dcbec2f87
Merge pull request #235 from Logan007/cc20
added ChaCha20
2020-06-07 09:48:30 +02:00
Logan oos Even
78e72a2f9e
Merge branch 'dev' into speck 2020-06-06 18:12:11 +05:45
Logan007
4eb96199be ctx by value or reference 2020-06-06 18:10:54 +05:45
Logan007
739bcc1632 added AVX support 2020-06-05 01:43:57 +05:45
Logan007
11c806231e added NEON support (and passed ctx by reference) 2020-06-04 14:52:44 +05:45
Logan007
f2f06d8a68 added SSE - Part III 2020-06-03 23:07:40 +05:45
Logan007
9509634ca5 added SSE - Part II 2020-06-03 22:10:49 +05:45
Logan007
e28ec42ac2 added SSE support 2020-06-03 21:57:49 +05:45
Logan007
a409d611af added SSE support 2020-06-03 21:48:53 +05:45
lishuxiang
048b7c7794
Fix a typo 2020-05-31 10:30:15 +08:00
Logan007
0477e476e8 added Speck 2020-05-28 03:17:21 +05:45
emanuele-f
3d9d3a13f7 Windows cmake fix
Fixes #248
2020-05-27 10:54:12 +02:00
emanuele-f
5044fcde26 Add linux capabilities dependency to cmake 2020-05-24 11:36:56 +02:00
emanuele-f
a014f5a68b Windows compilation fix 2020-05-24 11:25:12 +02:00
Emanuele Faranda
2a28bd1952
New routing instructions 2020-05-23 15:35:51 +00:00
emanuele-f
0e48e2f24c Add support for linux capabilities to proper routes cleanup 2020-05-23 17:17:32 +02:00
emanuele-f
62b9530425 Add missing ifdef 2020-05-23 16:44:47 +02:00
emanuele-f
928fc9f22e Add ability to insert linux routes in n2n
The new -n option can now be used to setup routes directly from the edge command line.
It supports both network routes and default gateway routes. Here is an example:

  - "-n 192.168.100.0/24:192.168.99.1" routes the 192.168.100.0/24 network traffic via 192.168.99.1
  - "-n 0.0.0.0/0:192.168.99.1" routes all the host traffic via 192.168.99.1
2020-05-23 16:21:45 +02:00
Logan007
f2524196b1 added optional payload compression (zstd) for all transforms 2020-05-20 01:12:22 +05:45
Logan oos Even
479f6f759e
Merge branch 'dev' into cc20 2020-05-12 17:31:47 +05:45
Logan007
12aea29abf tried to resolve conflict - part II 2020-05-12 17:24:37 +05:45
Logan007
05e96bb8fe tried to resolve conflict 2020-05-12 17:19:40 +05:45
Logan007
7c2648c1e2 added cli option for ChaCha20 (-A4) 2020-05-12 16:49:07 +05:45
Luca Deri
7d5aa1f752
Merge pull request #239 from Logan007/flexIv
allowed flexibe iv seed size (AES)
2020-05-09 00:24:31 +02:00
Luca Deri
dccbc4961a
Merge pull request #237 from Logan007/lzo
added optional payload compression (lzo) for all transforms
2020-05-09 00:23:29 +02:00
Luca Deri
80bd0a41f4
Merge pull request #236 from Logan007/staticErrOut
transform_aes.c -- make openssl_err_as_string() static
2020-05-09 00:22:05 +02:00
Luca Deri
b2f09a2d0c
Merge pull request #233 from Logan007/typo
Typo
2020-05-06 00:46:08 +02:00
Logan007
aa3b2b17a5 allowed flexibe iv seed size 2020-05-05 22:22:01 +02:00
Logan007
9076ed1bab added optional payload compression (lzo) for all transforms 2020-05-03 18:48:59 +02:00
Logan007
0ff7eac6fc made openssl_err_as_string static to avoid conflicts with other ciphers that would also use their own function - those can't rely on the AES module being there 2020-04-26 20:41:28 +02:00
Logan007
3ecdff4297 made openssl_err_as_string static to avoid compile error (also defined in transform_aes.c) 2020-04-26 20:35:01 +02:00
Logan007
c741a3a6cb added full iv output to debug trace 2020-04-26 20:20:59 +02:00
Logan007
9e5934acc8 added ChaCha20 (cc20) 2020-04-26 15:46:41 +02:00