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 лет назад |