Historique des commits

Auteur SHA1 Message Date
  David Garske a626a4fb02 Fixes for spelling errors. il y a 3 ans
  Sean Parkinson 6300989937 SP: Thumb assembly for older Keil compilers and optimize il y a 3 ans
  David Garske a65ab0c4af Merge pull request #4189 from SparkiDev/sp_calc_vfy_check_ret il y a 3 ans
  Sean Parkinson dbb03cb5a3 SP RSA verify only: fix to compile il y a 3 ans
  Sean Parkinson 3c06dd6fa8 SP ECC: calc vfy point not check mod_inv return il y a 3 ans
  David Garske b258321219 Fixes for misc.c to not be included unless required. il y a 3 ans
  Sean Parkinson d372f097f7 SP C: change number of words for RSA/DH il y a 3 ans
  Sean Parkinson d45e78b715 SP: ecc proj add point, dbl point fix il y a 3 ans
  Sean Parkinson 60a520c525 SP: Thumb implementaton that works with clang il y a 3 ans
  Sean Parkinson 08e560e0a7 SP: Don't cast number to sp_digit rather than declare as long il y a 3 ans
  Sean Parkinson 2fb6a9eacf SAKKE: fix configurations il y a 3 ans
  David Garske 3807304243 Fixes in additional places for incorrect point heap allocation size in SP `ecc_mulmod` with small stack or SP no malloc. il y a 3 ans
  Eric Blankenhorn 0bc0e0f562 Fix XMALLOC of sp_point_256 array il y a 3 ans
  David Garske c9b5806575 Fix for ecc_mulmod_fast broken in PR #3868. The "t" needs 1 extra point for "rt". il y a 3 ans
  David Garske a6e9e71fde Synchronization of SP ECC non-blocking code. Adds `WOLFSSL_ECDSA_SET_K_ONE_LOOP` support to SP ECC non-block. Removes double code in verify steps. Fixes verify result logic. Spelling error. il y a 3 ans
  David Garske 6bf3c08634 Fixes for SP RSA/DH with `WOLFSSL_SP_NO_MALLOC`. Cleanup of the SP no malloc code for ECC, RSA and DH. il y a 3 ans
  Sean Parkinson a55e94cf6f ECCSI and SAKKE: add support il y a 3 ans
  Sean Parkinson 3bf9b49274 SP ECDSA sign: fix multiple loops work of generating k il y a 3 ans
  Sean Parkinson 590597a0e2 SP ECC verify: check point for z=0 and set to infinity il y a 3 ans
  Sean Parkinson 6dc06993bf SP: ensure modulus/prime is odd before performing RSA/DH/ModExp ops il y a 3 ans
  Sean Parkinson 2862a9ce56 SP modinv: add non-constant time modinv il y a 4 ans
  toddouska 6c62899ea8 Merge pull request #3535 from SparkiDev/sp_fixes_4 il y a 3 ans
  Sean Parkinson dbe4ce0e24 SP: Get RSA verify only to build with DH il y a 3 ans
  Sean Parkinson 56cb4c8ea7 SP: change implicit casting downs to be explicit il y a 4 ans
  Sean Parkinson 35acfa0f42 SP ECC: check the length of public key ordinates and private key il y a 4 ans
  Sean Parkinson b1f9aba0ca SP div: stop overflow on divide il y a 4 ans
  David Garske 508ba85b69 Fixes for SP math only with ECC check key. Fix SP math when loading an ECC public only and calling `wc_ecc_check_key`. Fix for missing `ecc_check_privkey_gen` with SP math only. Applies to: `/configure --enable-sp --enable-sp-math CFLAGS="-DWOLFSSL_VALIDATE_ECC_IMPORT"`. il y a 4 ans
  David Garske a85c93e44a Fix spelling error and sync with latest scripts. il y a 4 ans
  Sean Parkinson 3ecbc7762a SP mod exp: support exponents of different lengths il y a 4 ans
  David Garske 92cf0d7b10 Fix numerous `maybe-uninitialized errors` in `WOLFSSL_SP_SMALL` and `WOLFSSL_SMALL_STACK` cases. il y a 4 ans