Commit graph

191 commits

Author SHA1 Message Date
Roman D e1659da755 Remove extraneous num_CPUs() calls. 2023-07-12 13:14:59 +03:00
Roman D bce1429f60 Dynamically allocate buckets array for the hardnested bruteforce attack. 2023-07-12 13:06:07 +03:00
Iceman a4f77e224e
Merge branch 'master' into vas
Signed-off-by: Iceman <iceman@iuse.se>
2023-07-09 12:38:53 +02:00
Sam 889a02557b
Fix compiling on iOS
iOS can, in fact, use the system() stdlib call

Signed-off-by: Sam <48739810+The-SamminAter@users.noreply.github.com>
2023-07-08 23:16:30 -07:00
Grayson Martin b30f8ae37f
Finish decryption algorithm implementation 2023-07-08 18:18:35 -05:00
Grayson Martin 44f2e253d8
import mbedtls ecc point (de)compression extension and use 2023-07-08 18:18:34 -05:00
Grayson Martin 59aa95fa6e
begin implementation 2023-07-08 18:18:29 -05:00
iceman1001 c7d004de63 Revert "Release v4.16717 - seven"
This reverts commit bc18dbd847.
2023-06-26 13:10:45 +02:00
iceman1001 bc18dbd847 Release v4.16717 - seven 2023-06-26 13:10:45 +02:00
The-SamminAter 9f87b6dd9c Add ability to compile on iOS 2023-06-24 17:19:46 -07:00
iceman1001 d1783ce2a4 text 2023-05-27 08:49:18 +02:00
iceman1001 d02e8daba0 Changed CLI max string argument length limit from 512 to 4096. data asn1 now handles 2048 hex bytes input 2023-03-12 09:53:23 +01:00
wh201906 adcfab2775
Fix hardnested.cmake 2023-03-11 00:47:24 +08:00
wh201906 0f206ccef4
Fix client build on Android
Tested with:
cmake 3.10.2.4988404/3.24.1
ndk 25.2.9519653

Build command:

cmake \
    -DCMAKE_TOOLCHAIN_FILE=/home/gitpod/androidsdk/ndk/25.2.9519653/build/cmake/android.toolchain.cmake \
    -DANDROID_ABI=armeabi-v7a \
    -DANDROID_NATIVE_API_LEVEL=android-19 \
    -DSKIPBT=1 -DSKIPPYTHON=1 -DSKIPPTHREAD=1

(armeabi-v7a, arm64-v8a, x86 and x86_64 are all tested)
2023-03-11 00:27:48 +08:00
iceman1001 2bd404b496 Revert "Release v4.16191 - Nitride"
This reverts commit bec61e9185.
2023-01-29 20:35:17 +01:00
iceman1001 bec61e9185 Release v4.16191 - Nitride 2023-01-29 20:35:17 +01:00
Philippe Teuwen 0a19c3e891 cppcheck remove redundant continue as last loop statement 2023-01-15 02:23:19 +01:00
iceman1001 063e2da49d Revert "Release v4.15864 - Radium"
This reverts commit 93ca7b4f6e.
2022-10-29 01:34:05 +02:00
iceman1001 93ca7b4f6e Release v4.15864 - Radium 2022-10-29 01:34:05 +02:00
iceman1001 0ba072118e calloc 2022-07-25 08:01:38 +02:00
iceman1001 07e5f62cab follow same pattern with assuming memory alignment 2022-07-12 08:59:21 +02:00
Doridian fe4599fb14 Use snprintf in client/deps 2022-06-10 12:29:18 -07:00
iceman1001 8d9dd8b346 make style 2022-04-09 18:48:13 +02:00
Mark Dietzer 4f345be6e8 Make NEON build detection a bit more robust 2022-03-31 18:29:44 -07:00
Mark Dietzer d7a652e397 Check for aarch64 as well 2022-03-29 10:25:01 -07:00
Mark Dietzer bf75841930 fix compile CI windows hopefully 2022-03-29 08:19:35 -07:00
Mark Dietzer 436bfff41e rename COMPILER_HAS_SIMD to COMPILER_HAS_SIMD_X86 2022-03-29 07:32:11 -07:00
Doridian 62704db5ed Add very basic feature flagging for NEON 2022-03-28 23:06:40 -07:00
Doridian c868e54734 Minimal change to utilize ARM NEON capabilities 2022-03-28 11:42:21 -07:00
Philippe Teuwen 34c56c6227 cliparser: Fix codeql warnings 2022-02-27 14:31:07 +01:00
Philippe Teuwen e504cdc5f8 hardnested: Fix codeql warnings 2022-02-27 14:29:11 +01:00
merlokk 3ae9070dd8 make style 2022-02-05 13:32:50 +02:00
Eric Betts 98db74f28c remove system define that messes up termux 2022-01-30 11:37:11 -08:00
Philippe Teuwen 3ada10be72 Add linenoise-ng as alternative to readline 2022-01-29 15:20:32 +01:00
Eric Betts 8b21655458 preprocessor macros for iOS 2022-01-27 21:27:27 -08:00
iceman1001 1731695483 Revert "Release v4.14831 - Frostbit"
This reverts commit 0b65f2bc9e.
2022-01-11 19:17:19 +01:00
iceman1001 0b65f2bc9e Release v4.14831 - Frostbit 2022-01-11 19:17:19 +01:00
iceman1001 61c9252e15 calloc 2022-01-09 00:35:43 +01:00
iceman1001 81c6918ac5 cppcheck 2022-01-06 23:25:25 +01:00
Philippe Teuwen ebba11b3f5 make style 2022-01-06 20:05:26 +01:00
iceman1001 b3731c6003 cppcheck fixes 2022-01-06 18:18:48 +01:00
iceman1001 287a99d186 hardnested - text output adaptation 2021-11-28 21:20:13 +01:00
Philippe Teuwen 88308ea727 typos 2021-10-10 01:35:45 +02:00
iceman1001 d3696ee2c3 Revert "Release v4.14434 - crimson"
This reverts commit 2c4c676db2.
2021-09-18 21:44:56 +02:00
iceman1001 2c4c676db2 Release v4.14434 - crimson 2021-09-18 21:44:55 +02:00
Philippe Teuwen 8ce20320b2 Fix segfault on 'rem <verylongline>' 2021-09-04 02:57:16 +02:00
Philippe Teuwen 3c31ee793d make style 2021-07-08 09:53:50 +02:00
Oleg Moiseenko a20db915df
Merge branch 'master' into desf_update2 2021-07-06 12:17:31 +03:00
merlokk 20696fb44a make style 2021-07-06 12:16:19 +03:00
merlokk 84eb4e4597 try to fix coverity 2021-07-05 15:35:53 +03:00