riccardom
8c8abfb2b1
pqkem: derive PSK with HKDF-SHA256
...
Replace the raw SHA-256 concat combiner with HKDF-SHA256 (crypto/hkdf, Go 1.24):
IKM = ML-KEM_ss || X25519_ss (draft-ietf-tls-ecdhe-mlkem order), salt = the
domain-separation label, info = full transcript (offer || answer) || canonicalised
peer identities. Keeps the transcript + identity binding while using a proper KDF.
2026-09-11 14:48:54 +02:00
..
2026-09-08 11:53:07 +02:00
2026-08-13 20:07:37 +02:00
2026-09-08 11:53:07 +02:00
2026-07-31 19:12:56 +02:00
2026-09-08 11:53:07 +02:00
2024-09-24 20:57:56 +02:00
2026-09-03 10:02:50 +02:00
2026-08-25 18:43:19 +02:00
2026-09-04 15:10:36 +02:00
2026-09-11 14:48:54 +02:00
2026-09-08 11:53:07 +02:00
2026-09-01 11:45:20 +02:00
2026-09-10 12:06:30 +02:00
2026-09-08 11:53:07 +02:00
2026-08-26 20:03:40 +02:00
2026-08-25 18:43:19 +02:00
2026-09-04 17:11:27 +02:00
2026-09-08 11:53:07 +02:00
2026-09-07 15:50:28 +02:00
2026-08-10 11:27:20 +02:00
2026-09-04 15:07:01 +02:00
2026-07-07 16:58:48 +02:00
2024-10-10 12:35:03 +02:00
2026-08-31 18:01:14 +02:00
2026-09-08 11:53:07 +02:00
2026-08-21 10:55:52 +02:00
2026-09-10 21:41:59 +02:00
2026-06-17 20:13:13 +02:00
2026-06-17 20:13:13 +02:00
2026-09-10 21:41:59 +02:00
2026-08-12 17:35:01 +02:00
2023-05-18 19:47:36 +02:00
2022-05-21 18:42:56 +02:00
2026-03-23 09:39:32 +01:00
2026-07-06 13:47:16 +02:00
2025-03-04 18:29:29 +03:00