Merge remote-tracking branch 'public/pr/2341' into mbedtls-2.7
This commit is contained in:
commit
12b60bc702
2 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,7 @@ Bugfix
|
||||||
* Run the AD too long test only if MBEDTLS_CCM_ALT is not defined.
|
* Run the AD too long test only if MBEDTLS_CCM_ALT is not defined.
|
||||||
Raised as a comment in #1996.
|
Raised as a comment in #1996.
|
||||||
* Fix returning the value 1 when mbedtls_ecdsa_genkey failed.
|
* Fix returning the value 1 when mbedtls_ecdsa_genkey failed.
|
||||||
|
* Remove a duplicate #include in a sample program. Fixed by Masashi Honma #2326.
|
||||||
|
|
||||||
= mbed TLS 2.7.9 branch released 2018-12-21
|
= mbed TLS 2.7.9 branch released 2018-12-21
|
||||||
|
|
||||||
|
|
|
@ -54,7 +54,6 @@ int main( void )
|
||||||
#include "mbedtls/ctr_drbg.h"
|
#include "mbedtls/ctr_drbg.h"
|
||||||
#include "mbedtls/md.h"
|
#include "mbedtls/md.h"
|
||||||
#include "mbedtls/rsa.h"
|
#include "mbedtls/rsa.h"
|
||||||
#include "mbedtls/md.h"
|
|
||||||
#include "mbedtls/x509.h"
|
#include "mbedtls/x509.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue