Files
zig/lib/std
Frank Denis 84b89d7cfe crypto.hmac: set the recommended key size to the block size (#15031)
HMAC supports arbitrary key sizes, and there are no practical reasons
to use more than 256 bit keys.

It still makes sense to match the security level, though, especially
since a distinction between the block size and the key size can be
confusing.

Using HMAC.key_size instead of HMAC.mac_size caused our TLS
implementation to compute wrong shared secrets when SHA-384 was
used. So, fix it directly in `crypto.hmac` in order to prevent
other misuses.
2023-03-22 06:17:52 +00:00
..
2023-03-15 10:48:12 -07:00
2023-03-21 15:01:45 +02:00
2023-03-05 02:59:01 -05:00
2022-12-13 13:14:20 +02:00
2022-11-04 00:09:27 +03:30
2023-03-19 00:39:29 -04:00
2023-02-18 19:17:21 -07:00
2022-12-13 13:14:20 +02:00
2023-03-15 10:48:15 -07:00
2023-03-03 02:37:45 -05:00
2023-02-20 09:09:05 +11:00
2023-03-15 10:48:12 -07:00
2023-03-01 12:21:53 -05:00
2023-03-21 15:01:45 +02:00
2022-09-11 23:18:43 -04:00
2023-03-18 21:53:26 +01:00
2023-03-15 10:48:14 -07:00
2023-02-17 09:08:41 -07:00
2023-03-17 17:50:25 +01:00
2022-04-15 17:01:01 -05:00
2023-03-09 14:55:13 -06:00