Jacob Barthelmeh
|
8eaa85e412
update copyright year to 2022
|
há 2 anos atrás |
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`.
|
há 2 anos atrás |
David Garske
|
502cbc3847
Fix for STM32U5 hash/crypto support. ZD 14305.
|
há 2 anos atrás |
David Garske
|
e91f0f173b
Fixes for async disables around the DevCopy calls. ZD13824
|
há 2 anos atrás |
Daniel Pouzzner
|
6a56d3e131
jumbo patch of fixes for clang-tidy gripes (with some bug fixes).
|
há 2 anos atrás |
David Garske
|
a03ed32380
Support for Android KeyStore compatibility API's:
|
há 3 anos atrás |
Elms
|
3a885aba23
Refactor pointer manipulation to be independent of datatype width
|
há 3 anos atrás |
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.
|
há 3 anos atrás |
toddouska
|
3ac03d3d66
Merge pull request #3805 from JacobBarthelmeh/copyright
|
há 3 anos atrás |
Sean Parkinson
|
a55e94cf6f
ECCSI and SAKKE: add support
|
há 3 anos atrás |
Jacob Barthelmeh
|
c729318ddd
update copyright date
|
há 3 anos atrás |
toddouska
|
72eebd6e75
Merge pull request #3795 from JacobBarthelmeh/CAAM
|
há 3 anos atrás |
Hideki Miyazaki
|
3b768bcb5e
addressed review comments
|
há 3 anos atrás |
Hideki Miyazaki
|
525d28f38f
Implemented MD5_Transform
|
há 3 anos atrás |
Jacob Barthelmeh
|
749425e1e8
first pre alpha code for QNX + CAAM
|
há 4 anos atrás |
Sean Parkinson
|
ac76ef8ee7
Curve25519: replace uint64_t with word64
|
há 3 anos atrás |
Chris Conlon
|
45c5a2d39c
update copyright to 2020
|
há 4 anos atrás |
David Garske
|
28d466cb10
Fix to ensure 4-byte alignment is default for MMCAU with SHA1, SHA256 and MD5.
|
há 5 anos atrás |
David Garske
|
7f42b71571
Fix NXP MMCAU when data pointer is not aligned.
|
há 5 anos atrás |
David Garske
|
b47039b7ec
Fix for possible unused local32 warning.
|
há 5 anos atrás |
David Garske
|
78f6bbcdb8
Adjusted the alignement macro to use `WC_HASH_DATA_ALIGNMENT` for shared settings across hash algos.
|
há 5 anos atrás |
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.
|
há 5 anos atrás |
David Garske
|
4c709f1f2c
Improvements to SHA-1, SHA-256 and MD5 performance:
|
há 5 anos atrás |
David Garske
|
e298b3290d
Fix to initialize hash flag.
|
há 5 anos atrás |
John Safranek
|
246c444b93
Updates for v4.0.0
|
há 5 anos atrás |
David Garske
|
dcdb1d7094
Added flag to indicate if hash is copied.
|
há 5 anos atrás |
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.
|
há 5 anos atrás |
David Garske
|
beceab2734
Fix for leak with `WOLFSSL_PIC32MZ_HASH` and TLS. The PIC32 update cache buffer was not always being free'd.
|
há 6 anos atrás |
John Safranek
|
586874b997
Rename INLINE
|
há 6 anos atrás |
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.
|
há 6 anos atrás |