Sean Parkinson
|
5a72fee3df
Disable algorithms: fixes
|
3 éve |
JacobBarthelmeh
|
7e2fab6f4a
warning with keil build and native lwip want read case
|
3 éve |
David Garske
|
a626a4fb02
Fixes for spelling errors.
|
3 éve |
David Garske
|
5a4577eb6c
Merge pull request #4541 from SparkiDev/mp_hexchar_asm
|
3 éve |
Sean Parkinson
|
dc911b94e7
SP, TFM: fixes
|
3 éve |
Jacob Barthelmeh
|
ca72beb688
check size of values with sp_gcd
|
3 éve |
Daniel Pouzzner
|
7915f6acb0
linuxkm: add the remainder of known needed SAVE_VECTOR_REGISTERS() wrappers to PK algs, add DEBUG_VECTOR_REGISTERS_{EXIT,ABORT}_ON_FAIL options; add a slew of ASSERT_SAVED_VECTOR_REGISTERS() to sp_x86_64.c (autogenerated, separate scripts commit to follow).
|
3 éve |
Daniel Pouzzner
|
ddda108de6
sp_int.c:sp_set(): use PRAGMA_GCC_* macros, not ad hoc gated __Pragmas, to mask spurious -Warray-bounds.
|
3 éve |
Daniel Pouzzner
|
ed33315f25
wolfcrypt/src/sp_int.c: add pragma to sp_set() to suppress false positive -Warray-bounds on gcc-11.
|
3 éve |
John Safranek
|
aa3fb6f0d0
Update visibility on a SP math function for DH.
|
3 éve |
David Garske
|
a145f3107d
Merge pull request #4481 from SparkiDev/mod_exp_even
|
3 éve |
Sean Parkinson
|
d880403207
SP int: handle even modulus with exponentiation
|
3 éve |
Daniel Pouzzner
|
a5006d580c
scan-build LLVM-13 fixes: sp_int.c: drop "&& defined(SP_DEBUG_VERBOSE)" from preprocessor gates around debugging printfs.
|
3 éve |
Daniel Pouzzner
|
62822be6ce
scan-build LLVM-13 fixes and expanded coverage: add WC_UNUSED and PRAGMA_CLANG_DIAG_{PUSH,POP} macros; deploy "#ifndef __clang_analyzer__" as needed; fix violations and suppress false positives of -Wunreachable-code-break, -Wunreachable-code-return, and -enable-checker alpha.deadcode.UnreachableCode; expand scan-build clean build scope to --enable-all --enable-sp-math-all.
|
3 éve |
Sean Parkinson
|
6300989937
SP: Thumb assembly for older Keil compilers and optimize
|
3 éve |
Sean Parkinson
|
f63fac82cd
SP math, TFM: constant time addmod, submod
|
3 éve |
Sean Parkinson
|
72486333c3
Get host name: add code to use popen and the command 'host'
|
3 éve |
John Safranek
|
9c541568fc
Merge pull request #4313 from SparkiDev/rsa_vfy_only
|
3 éve |
Sean Parkinson
|
dbb03cb5a3
SP RSA verify only: fix to compile
|
3 éve |
Sean Parkinson
|
fa8f23284d
Maths x86 asm: change asm snippets to get compiling
|
3 éve |
David Garske
|
b258321219
Fixes for misc.c to not be included unless required.
|
3 éve |
David Garske
|
df10152b54
Refactor hex char to byte conversions.
|
5 éve |
David Garske
|
9f99253a8b
Merge pull request #4219 from SparkiDev/math_neg_mod_2d
|
3 éve |
Sean Parkinson
|
ed6e173fc3
Maths: mp_mod_2d supports negative value now
|
3 éve |
John Safranek
|
77c9b36b5a
Merge pull request #4181 from dgarske/sniffer_keycb
|
3 éve |
JacobBarthelmeh
|
6458a8cedd
Merge pull request #4187 from SparkiDev/sp_math_mod_red_fix
|
3 éve |
David Garske
|
db32570ab3
Fix for missing `sp_radix_size` with `WC_MP_TO_RADIX`.
|
3 éve |
Sean Parkinson
|
08ebd34f31
SP math: montgomery reduction edge case
|
3 éve |
Sean Parkinson
|
4cff893c5f
SP math all: allow reading of bin up to max digit size
|
3 éve |
Sean Parkinson
|
36d534034c
SP math: cast number to sp_digit rather than declare as long
|
3 éve |