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
Loading
Please register or sign in to comment