Skip to content
Commit f8195e11 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

(cherry picked from commit d267f08e)

Change-Id: Ia6576c4c0e28722e66422e24ed0373a86d00efce
parent c9f5845a
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