Commit History

Author SHA1 Message Date
  kaleb-himes b8d31b042f Windows support 1 month ago
  kaleb-himes e45867bbc3 WIN fips section refactor / wolfEntropy API syntax adjustment 1 month ago
  kaleb_himes 81f5ac7f6c SRTP-KDF FS Preview 3 months ago
  Daniel Pouzzner a10260ca5f refactor AESNI implementations and *VECTOR_REGISTERS* macros to allow dynamic as-needed fallback to pure C, via WC_AES_C_DYNAMIC_FALLBACK. 6 months ago
  Sean Parkinson 2c9609039d Type conversion fixes: make explicit 10 months ago
  Daniel Pouzzner f396989d20 more -Wconversion fixes, now covering everything inside the 140-3 boundary with default build options, everything in wolfcrypt with default build options, all modes of AES, builds with/without intelasm, all permutations of c89/c99 32/64 bit, and much of the crypto-all-cryptonly boundary; 1 year ago
  Sean Parkinson 8851065848 cppcheck fixes 1 year ago
  David Garske 22a5a5c45e Add introspection for math build and math cleanups: 1 year ago
  Daniel Pouzzner 9dd23fca25 wolfcrypt/src/pwdbased.c: refactor copy in scryptSalsa() as a memcpy(), for efficiency and to work around a bug in clang-17; also fix scratch buffer x in scryptBlockMix() to have correct alignment. 1 year ago
  Jacob Barthelmeh 9dcc48c8f7 update copyright to 2023 1 year ago
  Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 1 year ago
  David Garske 56c562a516 Fixes for building with `./configure --enable-opensslextra --enable-cryptonly CFLAGS="-DNO_HMAC" && make`. Found this testing a customers configuration with latest. Also fixes some trailing whitespace. 2 years ago
  John Safranek 5ddf4392df Old Compiler Warning Cleanup (GCC 4.0.2) 2 years ago
  Kareem 39c9fa96bc wc_scrypt: Code review feedback. 2 years ago
  Kareem 0ecb81e74a wc_scrypt: Check for underflow in blocksSz calculation. 2 years ago
  Daniel Pouzzner 87578262aa wolfcrypt smallstack refactors: 2 years ago
  Daniel Pouzzner 6d715130a2 linuxkm: cleanups and smallstack refactors related to WOLFSSL_LINUXKM_SIMD_X86_IRQ_ALLOWED, associated linuxkm-SIMD-IRQ PR, and associated peer review: 2 years ago
  Guido Vranken 4e318ade36 In wc_PBKDF1_ex, break out of outer loop on error 3 years ago
  Jacob Barthelmeh 1c3ba77bee remove dead code path 3 years ago
  toddouska 3ac03d3d66 Merge pull request #3805 from JacobBarthelmeh/copyright 3 years ago
  Sean Parkinson a55e94cf6f ECCSI and SAKKE: add support 3 years ago
  Jacob Barthelmeh c729318ddd update copyright date 3 years ago
  Guido Vranken 087fa7cbec In wc_PKCS12_PBKDF_ex, free outer loop variable if inner loop fails 3 years ago
  Guido Vranken 7f66671449 In wc_PKCS12_PBKDF_ex, break out of outer loop on error 3 years ago
  Guido Vranken 43e1eee55d Return MEMORY_E from wc_scrypt if allocation fails 3 years ago
  Chris Conlon 45c5a2d39c update copyright to 2020 4 years ago
  toddouska 3342a19e29 Merge pull request #2578 from cariepointer/ZD-9478-and-9479 4 years ago
  Sean Parkinson 8d7d2c74ee PKCS#12 PBKDF - maximum tmp buffer size 4 years ago
  David Garske b780982aa4 Adds "devId" crypto device and "heap" context for Hash wrappers and PBKDF 4 years ago
  Carie Pointer 1d02943658 Sanity check in wc_scrypt for invalid params <= 0 4 years ago