Historie revizí

Autor SHA1 Zpráva Datum
  Sean Parkinson 3bf9b49274 SP ECDSA sign: fix multiple loops work of generating k před 3 roky
  Sean Parkinson 590597a0e2 SP ECC verify: check point for z=0 and set to infinity před 3 roky
  Sean Parkinson 2a2b194d71 SP arm64 MAC: non-ct mod inv not use so many registers před 3 roky
  Sean Parkinson 6dc06993bf SP: ensure modulus/prime is odd before performing RSA/DH/ModExp ops před 3 roky
  Sean Parkinson 2862a9ce56 SP modinv: add non-constant time modinv před 3 roky
  toddouska 6c62899ea8 Merge pull request #3535 from SparkiDev/sp_fixes_4 před 3 roky
  Sean Parkinson dbe4ce0e24 SP: Get RSA verify only to build with DH před 3 roky
  Sean Parkinson d475463c91 Merge pull request #3528 from JacobBarthelmeh/Testing před 3 roky
  Sean Parkinson 56cb4c8ea7 SP: change implicit casting downs to be explicit před 3 roky
  JacobBarthelmeh 42a63e8cc8 fix build with ARM64 SP, FP_ECC and WC_NO_CACHE_RESISTANT před 3 roky
  Sean Parkinson 35acfa0f42 SP ECC: check the length of public key ordinates and private key před 3 roky
  Sean Parkinson b1f9aba0ca SP div: stop overflow on divide před 3 roky
  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"`. před 3 roky
  Sean Parkinson b61b3e34dd SP ARM64: Fix assembly for clang před 3 roky
  Sean Parkinson 3ecbc7762a SP mod exp: support exponents of different lengths před 3 roky
  David Garske 92cf0d7b10 Fix numerous `maybe-uninitialized errors` in `WOLFSSL_SP_SMALL` and `WOLFSSL_SMALL_STACK` cases. před 3 roky
  David Garske 1f10e77b0f Fix for SP math with `WOLFSSL_VALIDATE_ECC_KEYGEN`. Fixes logic error on point x/y zero check. před 3 roky
  David Garske 62e78b7cf4 Fix state machine after script rebase. před 3 roky
  David Garske bc03b5793c Add state for ECC verify non-blocking and `mont_inv_order` to reduce maximum blocking time. před 3 roky
  toddouska 17cc941b29 Merge pull request #3195 from SparkiDev/sp_ecc_cache před 3 roky
  Sean Parkinson 1ea3dc5f55 SP ECC: initialize infinity in make key před 3 roky
  Sean Parkinson 83caf39caa SP ECC Cache Resitance před 3 roky
  David Garske 776b1a2d17 Fix for ED25519 with user_settings.h. Fixes for build warnings. Fix spelling error. Added template for wolfBoot key/sign tools. před 3 roky
  Sean Parkinson 568fc8f5bd Fixes for compiling for ARM64 iOS před 3 roky
  David Garske 547144bc9c Adds ECC non-blocking sign/verify support when used with SP math. New `--enable-sp=nonblock` and `--enable-ecc=nonblock` options. Example `./configure --enable-ecc=nonblock --enable-sp=yes,nonblock`. před 4 roky
  David Garske 174b4d5159 Cleanup of SP with small stack. Expand support for `WOLFSSL_SP_NO_MALLOC`. Fix for evp.c when included directly. před 4 roky
  David Garske 327cdefc24 Fix for SP math with `RSA_LOW_MEM`, which was broken in PR #2892. před 4 roky
  Sean Parkinson da5d9a923b SP ARM64 - use fewer registers in mont_reduces před 4 roky
  Sean Parkinson 416f0775d3 Merge pull request #2900 from dgarske/sp_no_malloc před 4 roky
  David Garske d412ccb6f8 Added new option `WOLFSSL_SP_NO_MALLOC` for building small SP without malloc. Added SP documentation. Added `./configure --enable-sp=yes,nomalloc` supprt. https://github.com/wolfSSL/scripts/pull/79 před 4 roky