Commit History

作者 SHA1 備註 提交日期
  Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 2 年之前
  David Garske 92fcea39db Fix for DES3 with STM32 and `STM32_CRYPTO_AES_ONLY` (broken in #5223) . Add U5 PKA support and benchmarks. Fix MD5 with `OPENSSL_EXTRA` and `HAVE_MD5_CUST_API`. 2 年之前
  David Garske 502cbc3847 Fix for STM32U5 hash/crypto support. ZD 14305. 2 年之前
  David Garske e91f0f173b Fixes for async disables around the DevCopy calls. ZD13824 2 年之前
  Daniel Pouzzner 6a56d3e131 jumbo patch of fixes for clang-tidy gripes (with some bug fixes). 2 年之前
  David Garske a03ed32380 Support for Android KeyStore compatibility API's: 3 年之前
  Elms 3a885aba23 Refactor pointer manipulation to be independent of datatype width 3 年之前
  David Garske c59349c7a7 Fix for ecc_map, which is handled in hardware. Fix for NXP LTC mp_mul N value. Fix for MMCAU cast warnings. 3 年之前
  toddouska 3ac03d3d66 Merge pull request #3805 from JacobBarthelmeh/copyright 3 年之前
  Sean Parkinson a55e94cf6f ECCSI and SAKKE: add support 3 年之前
  Jacob Barthelmeh c729318ddd update copyright date 3 年之前
  toddouska 72eebd6e75 Merge pull request #3795 from JacobBarthelmeh/CAAM 3 年之前
  Hideki Miyazaki 3b768bcb5e addressed review comments 3 年之前
  Hideki Miyazaki 525d28f38f Implemented MD5_Transform 3 年之前
  Jacob Barthelmeh 749425e1e8 first pre alpha code for QNX + CAAM 4 年之前
  Sean Parkinson ac76ef8ee7 Curve25519: replace uint64_t with word64 3 年之前
  Chris Conlon 45c5a2d39c update copyright to 2020 4 年之前
  David Garske 28d466cb10 Fix to ensure 4-byte alignment is default for MMCAU with SHA1, SHA256 and MD5. 5 年之前
  David Garske 7f42b71571 Fix NXP MMCAU when data pointer is not aligned. 5 年之前
  David Garske b47039b7ec Fix for possible unused local32 warning. 5 年之前
  David Garske 78f6bbcdb8 Adjusted the alignement macro to use `WC_HASH_DATA_ALIGNMENT` for shared settings across hash algos. 5 年之前
  David Garske 6bfe6761d8 Disable the new hashing aligned build option by default. Does not increase performance... the memcpy is faster than the alignment check on modern CPU's. Embedded systems may benefit from this though, so leaving support for it in place. 5 年之前
  David Garske 4c709f1f2c Improvements to SHA-1, SHA-256 and MD5 performance: 5 年之前
  David Garske e298b3290d Fix to initialize hash flag. 5 年之前
  John Safranek 246c444b93 Updates for v4.0.0 5 年之前
  David Garske dcdb1d7094 Added flag to indicate if hash is copied. 5 年之前
  David Garske 838652c03b Added flags build option to hashing algorithms. This allows indicator to determine if hash will be "copied" as done during a TLS handshake. 5 年之前
  David Garske beceab2734 Fix for leak with `WOLFSSL_PIC32MZ_HASH` and TLS. The PIC32 update cache buffer was not always being free'd. 6 年之前
  John Safranek 586874b997 Rename INLINE 6 年之前
  David Garske 0be1c10fcd Moved the STM32 functions to their own .c file. Added GPL header. Finished testing on STM32 CubeMX with F4 and F7 and StdPeriLib with F4. 6 年之前