mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-05 22:19:11 +01:00
Fix bug in DHE-PSK PMS computation
This commit is contained in:
parent
5c1f032653
commit
8df68632e8
2 changed files with 8 additions and 3 deletions
|
|
@ -51,6 +51,9 @@ Bugfix
|
|||
interpret semicolons as comment delimiters (found by Barry K. Nathan).
|
||||
* Fix off-by-one error in parsing Supported Point Format extension that
|
||||
caused some handshakes to fail.
|
||||
* Fix possible miscomputation of the premaster secret with DHE-PSK key
|
||||
exchange that caused some handshakes to fail with other implementations.
|
||||
(Failure rate <= 1/255 with common DHM moduli.)
|
||||
|
||||
= PolarSSL 1.3.7 released on 2014-05-02
|
||||
Features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue