Commit History

Author SHA1 Message Date
  jordan 33d4b331fb Add XMSS/XMSSMT wolfCrypt hooks. 1 year ago
  Hideki Miyazaki 5e97b9fde8 addressed review comments 1 year ago
  Hideki Miyazaki 1c9afb8b12 initial commit for RZN2L board Support 1 year ago
  jordan b36c312ef3 LMS verify-only support: fix clang warning, rename define. 1 year ago
  jordan 8662312ecf LMS verify only support. 1 year ago
  David Garske 88ad5ce6b0 Merge pull request #6607 from SparkiDev/curve25519_thumb2 1 year ago
  Sean Parkinson 36b92a4cef Thumb2 ASM, Curve25519 1 year ago
  Anthony Hu 1608cb8b45 More ating on HAVE_SPHINCS in benchmarks 1 year ago
  jordan 779b87f03a Tiny cleanup to benchmark print usage. 1 year ago
  Juliusz Sosinowicz 67d6d438c5 Port testing to wolfSSL threading interface 1 year ago
  billphipps 10adca1a45 Add CryptoCb features (#6636) 1 year ago
  JacobBarthelmeh 1285ae7816 Merge pull request #6506 from DimitriPapadopoulos/codespell 1 year ago
  JacobBarthelmeh 8065ba18f9 Merge pull request #6620 from douzzer/20230714-WC_DO_NOTHING 1 year ago
  JacobBarthelmeh a026d843cf Merge pull request #6564 from philljj/add_lms_hooks 1 year ago
  jordan a747e7773c LMS: comments, SMALL_STACK, cleanup, etc. 1 year ago
  Daniel Pouzzner f6f8d2eda3 add WC_DO_NOTHING macro to wolfssl/wolfcrypt/types.h, with default expansion "do {} while (0)", and globally refactor to use the macro where appropriate, annotating intended-null macros-with-args with "/* null expansion */"; 1 year ago
  Iyán Méndez Veiga 7c14ea67ae Rename sphincs algs to follow upstream 1 year ago
  jordan 55bbd5865c LMS/HSS: cleanup, and safer write/read callbacks 1 year ago
  Juliusz Sosinowicz c4cbf0508b Add zephyr action 1 year ago
  jordan 67bef21185 Add LMS/HSS wolfCrypt hooks. 1 year ago
  Dimitri Papadopoulos 50752f5a2b Fix typos found by codespell 1 year ago
  Sean Parkinson e2424e6744 SM2/SM3/SM4: Chinese cipher support 1 year ago
  Daniel Pouzzner 214f9f55c4 fixes for bugprone-suspicious-missing-comma, clang-analyzer-core.NullDereference, and readability-redundant-preprocessor. 1 year ago
  Sean Parkinson a1939d22b9 wolfBot fixes 1 year ago
  JacobBarthelmeh 78107b0f88 Merge pull request #6540 from dgarske/bench_fix 1 year ago
  David Garske b1fe15dc70 Further refactor of the benchmark stats tracking. Always use the allocated list (avoids using a stack pointer for ECC descriptions). 1 year ago
  David Garske 51ca7bb8e3 Fix to support using `-print` with `WC_BENCH_TRACK_STATS`. 1 year ago
  David Garske 00719182d5 Fix for benchmark always using 4KB of memory for `gStats`, even when not required. Added new `WC_BENCH_TRACK_STATS` to enable feature is needed. Code cleanups for line length and headers. 1 year ago
  David Garske a56fe30c2c Fixes and cleanups for Keil MDK examples. Combine duplicate user_settings.h. Use SP math all by default. Disable old/deprecated algorithms. Add CMSIS RTOS timer support for TLS and benchmark. 1 year ago
  Daniel Pouzzner fffff657de cleanups: line length, WOLFSSL_SMALL_STACK_STATIC, and SAVE_VECTOR_REGISTERS() failure trap in benchmark.c, proper path to benchmark.c in linuxkm/module_hooks.c, and proper casting in aes.c. also harmonized semantics and prototype of bench_ripemd(). 1 year ago