Commit Graph
17 Commits
Author SHA1 Message Date
fengdaolong f5accc8221 Fix cmake compilation errors.
1. CMakeLists.txt added to automatically obtain the revised version number from the git repository.
2. Adjusted some header files to fix Windows platform compilation errors.
3. Eliminate some compilation warnings.
2020-07-01 18:35:22 +08:00
Luca DeriandGitHub cf65d9ad98 Merge pull request #282 from emanuele-f/n2n_callbacks
Add the callbacks API
2020-06-30 16:36:11 +02:00
Luca DeriandGitHub 9dd0387d36 Merge pull request #279 from Logan007/checksum
Packet Checksum
2020-06-30 16:35:28 +02:00
emanuele-f 346631ffe8 Add the callbacks API
Callbacks allow n2n API users to extend n2n without modifying the upstream code. This also allows us
to move the hin2n code, which is specific of android, out of the n2n repository.
2020-06-30 13:01:37 +02:00
Logan007 0e0d662dbb added decryption step 2020-06-29 19:20:40 +05:45
Logan007 e8d5e939a7 added encryption step 2020-06-29 16:49:54 +05:45
Logan007 a6915fd6af prepared header iv encryption handling 2020-06-29 15:50:05 +05:45
Logan007 a64cfa450e added 16-bit hashing 2020-06-29 15:44:51 +05:45
Logan007 c7a8210078 added 96 bit block size for header iv encryption 2020-06-29 15:13:36 +05:45
emanuele-f f5804db2b0 Android compilation fixes 2020-06-28 19:46:12 +02:00
emanuele-f 0b4d36f7bd Merge remote-tracking branch 'origin/dev' into hin2n_android 2020-06-28 17:52:21 +02:00
Luca DeriandGitHub 9f4c0fca54 Merge pull request #272 from Logan007/fixN2nH
ifdef'ed openSSL-includes for use with AES present only
2020-06-24 08:59:40 +02:00
Logan007 62d811edf5 ifdef'ed openSSL-includes for use with AES present only 2020-06-23 00:47:54 +05:45
Logan007 789dd90272 Header Encryption 2020-06-23 00:34:19 +05:45
Luca Deri 3344065cab Removed unnecessary code 2020-06-21 22:34:32 +02:00
Luca Deri 0bf7ae0a01 Minor code claanup 2020-06-21 22:33:28 +02:00
Luca Deri 3eb82b2a32 Code reorganization 2020-06-21 22:26:27 +02:00