Fix handshake failure in suite B

Fix handshake failure where PK key is translated as `MBEDTLS_ECKEY`
instead of `MBEDTLS_ECDSA`
This commit is contained in:
Ron Eldor
2018-02-06 15:59:38 +02:00
parent 32605dc830
commit 85e1dcff6a
2 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS x.x.x branch released xxxx-xx-xx
Bugfix
* Fix handshake failure in NIST suite b, where the key was determined as
MBEDTLS_ECKEY instead of MBEDTLS_ECDSA.
= mbed TLS 2.7.0 branch released 2018-02-03
Security