Hamish Coleman
35ec7336a6
simplified the makefiles ( #795 )
* Move the makefiles towards a clearer arrangement
* Break circular make dependancy and start using implicit rules for most compilation
* Fix old cmake to compile again after renames
3 years ago
Hamish Coleman
370ea9bd37
addressed all but one of the remaining compile warnings ( #793 )
* Fix the mismatched char, uint8_t warnings
* Ensure we leave room for zero termination and then ensure the string is terminated
* GCC has a warning if it thinks your could overflow your snprintf buffer, but dont check for said overflow
3 years ago
Logan oos Even
a28327a0af
added user-password edge authentication ( #673 )
3 years ago
Luca Deri
85894715bd
Added build target for Ubiquity EdgeRouter X
4 years ago
Logan oos Even
cef5561c5a
switched to 2021 ( #632 )
4 years ago
Logan oos Even
9ee62d7415
rebased time stamp format: header encryption ( #579 )
* rebased time stamp format (header encryption)
* rearranged time stamp fields
4 years ago
Logan oos Even
fb989236f5
refrained from calling gettimeofday() too often during benchmark ( #484 )
* refrained from calling gettimeofday too often during benchmark
* refrained from calling gettimeofday too often during benchmark
4 years ago
Luca Deri
3095c816e2
Warnign fixes
4 years ago
Logan oos Even
b858ffeb06
added pure decryption speed output ( #470 )
Co-authored-by: Logan007 <you@example.com>
4 years ago
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>
4 years ago
maruncz
a02c1ae1ea
fix benchmark output formatting
4 years ago
Logan007
0267f1db7f
reworked cc20
4 years ago
Logan007
87ee4d6fa7
reworked cc20
4 years ago
Logan007
8757312d41
reworked cc20
4 years ago
Logan007
c9412a290b
made aes always available
4 years ago
Logan007
d5c1295bec
replaced twofish implementation by a faster version
4 years ago
Logan007
252ce9779a
moved windows-gettimeofday() from benchmark.c to n2n.c
4 years ago
Luca Deri
0bf7ae0a01
Minor code claanup
4 years ago
Luca Deri
3eb82b2a32
Code reorganization
4 years ago
lucaderi
cd62591ade
CentOS6 fixes
4 years ago
Luca Deri
bd49b4e3a3
Compilation fixes
4 years ago
Logan007
9509634ca5
added SSE - Part II
5 years ago
Logan007
0477e476e8
added Speck
5 years ago
Logan007
9e5934acc8
added ChaCha20 (cc20)
5 years ago
Luca Deri
97c8948113
MacOS fixes
5 years ago
Luca Deri
2636c65999
Waarning fix
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