Files
wolfssl/src
Daniel Pouzzner 6f87f57d7a fixes for gating and ARM32 alignment defects:
wolfcrypt/src/port/arm/armv8-aes.c: in the WOLFSSL_ARMASM_NO_HW_CRYPTO version of wc_AesSetKey(), copy the supplied userKey to a properly aligned buffer if necessary before calling AES_set_encrypt_key();

src/dtls13.c: in Dtls13GetRnMask(), if defined(WOLFSSL_LINUXKM)), return retval of wc_AesEncryptDirect();

wolfcrypt/src/misc.c: add readUnalignedWord32(), writeUnalignedWord32(), readUnalignedWords32(), and writeUnalignedWords32();

wolfcrypt/src/siphash.c: use readUnalignedWord64(), readUnalignedWord32(), and writeUnalignedWord64(), to avoid unaligned access faults, and fix cast in byte-reversing version of GET_U32().
2024-10-25 23:52:32 -05:00
..
2024-10-11 11:49:01 +10:00
2024-09-20 15:31:01 +02:00
2024-10-15 10:03:15 +00:00
2024-10-21 17:26:42 +02:00
2024-09-06 19:33:48 -05:00
2024-10-16 13:08:06 -05:00
2024-10-21 17:26:42 +02:00
2024-09-02 10:01:12 +02:00
2024-09-06 19:33:48 -05:00