Files
sudo/lib/util
Todd C. Miller 0b2f9cbe7c In SHA256Pad and SHA512Pad use 511 and 1023 respectively for bitwise AND.
Previously we were using 504 and 1016 which still produces the
correct result since padding is done in 8-bit bytes.  However, using
size-1 for the bitwise AND makes the intent clearer and likely would
have prevented the previous bug in SHA512Pad.
From Matthieu Barjole and Victor Cutillas of Synacktiv (https://synacktiv.com)
2023-01-09 14:37:47 -07:00
..
2022-06-28 16:33:15 -06:00
2020-08-07 14:22:56 -06:00
2022-06-28 16:33:15 -06:00
2022-06-28 16:33:15 -06:00
2022-12-06 18:21:49 -07:00
2022-12-15 19:49:11 -07:00
2022-06-28 16:33:15 -06:00
2022-06-28 16:33:15 -06:00
2022-11-09 14:48:38 -07:00
2020-09-25 15:09:45 -06:00
2022-12-03 09:04:25 -07:00
2022-06-27 12:48:03 -06:00
2020-09-25 15:09:45 -06:00