mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 10:35:12 +00:00
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:
commit
ceb1370662
|
@ -24,6 +24,8 @@ Bugfix
|
||||||
GCM and CCM were not affected. Fixed by Jack Lloyd.
|
GCM and CCM were not affected. Fixed by Jack Lloyd.
|
||||||
* Fix incorrect default port number in ssl_mail_client example's usage.
|
* Fix incorrect default port number in ssl_mail_client example's usage.
|
||||||
Found and fixed by irwir. #2337
|
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
|
Changes
|
||||||
* Server's RSA certificate in certs.c was SHA-1 signed. In the default
|
* Server's RSA certificate in certs.c was SHA-1 signed. In the default
|
||||||
|
|
|
@ -81,6 +81,7 @@
|
||||||
#include "mbedtls/platform_time.h"
|
#include "mbedtls/platform_time.h"
|
||||||
#include "mbedtls/platform_util.h"
|
#include "mbedtls/platform_util.h"
|
||||||
#include "mbedtls/poly1305.h"
|
#include "mbedtls/poly1305.h"
|
||||||
|
#include "mbedtls/psa_util.h"
|
||||||
#include "mbedtls/ripemd160.h"
|
#include "mbedtls/ripemd160.h"
|
||||||
#include "mbedtls/rsa.h"
|
#include "mbedtls/rsa.h"
|
||||||
#include "mbedtls/rsa_internal.h"
|
#include "mbedtls/rsa_internal.h"
|
||||||
|
|
Loading…
Reference in a new issue