Daniel Pouzzner
|
2fa206dec0
|
wolfcrypt/src/siphash.c: fix bugprone-macro-parentheses, and in wc_SipHash(), fix clang-diagnostic-overlength-strings around inline asm.
|
2022-11-18 22:43:13 -06:00 |
|
Jacob Barthelmeh
|
8eaa85e412
|
update copyright year to 2022
|
2022-07-19 10:44:31 -06:00 |
|
Daniel Pouzzner
|
b7ec529f61
|
wolfcrypt/src/siphash.c: in wc_SipHash(), use FALL_THROUGH macro, not /* fall-through */.
|
2022-06-30 17:07:35 -05:00 |
|
Daniel Pouzzner
|
90aaeb283e
|
wolfcrypt/src/siphash.c: add missing !WOLFSSL_NO_ASM clause in gate around inline asm.
|
2022-06-28 18:19:58 -05:00 |
|
Andrew Hutchings
|
11a7756527
|
Fix 64bit postfix for constants
GCC 4.0.4 PowerPC 32bit cross-compiler complains when `UL` is used
instead of `ULL` for 64bit constants.
|
2022-06-01 15:04:29 +01:00 |
|
Hayden Roche
|
a9cc1ca877
|
Merge pull request #4924 from dgarske/coexist_fixes
|
2022-03-07 13:00:22 -08:00 |
|
Sean Parkinson
|
d5989dc15e
|
SipHash: Replace gcc specific ASM instruction with generic
clang would not compile movxzb.
Replaced with movzbq.
|
2022-03-07 08:49:28 +10:00 |
|
David Garske
|
3839b0e675
|
Fixes for building wolfSSL along side openssl.
|
2022-03-04 12:06:24 -08:00 |
|
Daniel Pouzzner
|
5e33da8147
|
fix whitespace.
|
2022-01-21 01:25:48 -06:00 |
|
Sean Parkinson
|
a6485a228d
|
Add SipHash algorithm
|
2022-01-20 09:41:18 +10:00 |
|