nDPI/tests
Vitaly Lavrov d53245da7e Added lightweight implementation of libgcrypt.
Implementation borrowed from the
https://github.com/ARMmbed/mbedtls.git project (v3.1.0)

Speed testing (Xeon(R) CPU E3-1230 V2 @ 3.30GHz):

gcrypt-gnu         Test md   2897 ms enc   2777 ms dec    942 ms
gcrypt-int         Test md   3668 ms enc   1312 ms dec   2836 ms
gcrypt-int-noaesni Test md   3652 ms enc   1916 ms dec   4458 ms

gcrypt-gnu-nonopt  Test md   3763 ms enc   4978 ms dec   3999 ms

gcrypt-gnu-nonopt - libgcrypt compiled without hardware acceleration
  --disable-padlock-support --disable-aesni-support \
  --disable-shaext-support --disable-pclmul-support \
  --disable-sse41-support --disable-drng-support \
  --disable-avx-support --disable-avx2-support \
  --disable-neon-support --disable-arm-crypto-support \
  --disable-ppc-crypto-support
  --disable-amd64-as-feature-detection
2022-02-15 21:46:29 +03:00
..
dga build: respect environment options more (#1392) 2022-01-18 14:30:14 +01:00
pcap HSRP: add support for IPv6 (#1440) 2022-02-09 11:47:37 +01:00
performance Added lightweight implementation of libgcrypt. 2022-02-15 21:46:29 +03:00
result Silenced 2022-02-14 23:38:21 +01:00
unit Add unit test for ndpi_serialize_string_int64 2022-01-21 13:05:58 +01:00
do-dga.sh Better DGA detection (slightly decreased accuracy) 2021-03-20 17:56:24 +01:00
do-unit.sh Decoupled fuzzy and unit tests 2020-10-12 12:11:35 +02:00
do.sh.in Added lightweight implementation of libgcrypt. 2022-02-15 21:46:29 +03:00
Makefile.am Disable tests that require libgcrypt if --disable-gcrypt set. (#1121) 2021-01-21 08:59:06 +01:00
ossfuzz.sh ossfuzz.sh: do not use wildcards for fuzzer e.g. fuzz/fuzz* 2020-07-05 20:18:16 +02:00