Skip to content
Commit d267f08e authored by David Benjamin's avatar David Benjamin Committed by Alex Klyubin
Browse files

Fix ECDHE-PSK premaster secret derivation.

The original implementation used the wrong premaster secret; it uses
psk || other_secret rather than other_secret || psk. Fix the
implementation to get it in the right order.

See BoringSSL change https://boringssl-review.googlesource.com/#/c/2052/

Bug: 18147456
Change-Id: Id35e5af11e4b0167edfe2e78053c012ade0f2178
parent 54efc188
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment