Merge remote-tracking branch 'origin/pr/2580' into development

* origin/pr/2580:
  cpp_dummy_build: Add missing header psa_util.h
This commit is contained in:
Jaeden Amero 2019-04-16 15:11:32 +01:00
commit ceb1370662
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@ Bugfix
GCM and CCM were not affected. Fixed by Jack Lloyd.
* Fix incorrect default port number in ssl_mail_client example's usage.
Found and fixed by irwir. #2337
* Add psa_util.h to test/cpp_dummy_build to fix build_default_make_gcc_and_cxx.
Fixed by Peter Kolbus (Garmin). #2579
Changes
* Server's RSA certificate in certs.c was SHA-1 signed. In the default

View File

@ -81,6 +81,7 @@
#include "mbedtls/platform_time.h"
#include "mbedtls/platform_util.h"
#include "mbedtls/poly1305.h"
#include "mbedtls/psa_util.h"
#include "mbedtls/ripemd160.h"
#include "mbedtls/rsa.h"
#include "mbedtls/rsa_internal.h"