aes128gcm: is the 1st example wrong?

I cannot replicate the 1st example in draft-ietf-httpbis-encryption-encoding <https://github.com/httpwg/http-extensions/blob/master/draft-ietf-httpbis-encryption-encoding.md>. Can anyone confirm if it is correct? I can confirm that the 2nd example decrypts correctly.

(all quantities are base64url-encoding of the actual byte arrays)

IKM = B33e_VeFrOyIHwFTIfmesA
salt = sJvlboCWzB5jr8hI_q9cOQ

Draft gives:
PRK = MLAQxt_DHjM15cdlyU1oUnjq7TFlzToGTkdRmvvxVBw

But I get:
PRK = Mg9ErPx3DpJfkz72kj7Yvx369iqvd4Fmf7tOMTdXELo

--
James Manger

Received on Tuesday, 17 January 2017 02:27:38 UTC