mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 21:25:31 +01:00
Fix #ifdef inconsistency
fixes #310 Actually all key exchanges that use a certificate use signatures too, and there is no key exchange that uses signatures but no cert, so merge those two flags.
This commit is contained in:
parent
5df9216c9e
commit
e5f3072aed
6 changed files with 18 additions and 19 deletions
|
|
@ -1,10 +1,12 @@
|
|||
mbed TLS ChangeLog (Sorted per branch, date)
|
||||
|
||||
= mbed TLS 2.1.2 released 2015-10-06
|
||||
= mbed TLS 2.2.0 released 2015-10-xx
|
||||
|
||||
Bugfix
|
||||
* Fix build error with configurations where ECDHE-PSK is the only key
|
||||
exchange. Found and fix provided by Chris Hammond. #270
|
||||
* Fix build error with configurations where RSA, RSA-PSK, ECDH-RSA or
|
||||
ECHD-ECDSA if the only key exchange. Multiple reports. #310
|
||||
|
||||
= mbed TLS 2.1.2 released 2015-10-06
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue