[MBEDTLS] Update to version 2.7.17. CORE-17252

This commit is contained in:
Thomas Faber 2021-09-11 19:41:25 -04:00
parent b6249d5ede
commit 218e2596de
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
144 changed files with 558 additions and 595 deletions

View file

@ -1,7 +1,7 @@
/*
* X.509 base functions for creating certificates / CSRs
*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
* Copyright The Mbed TLS Contributors
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
*
* This file is provided under the Apache License 2.0, or the
@ -42,8 +42,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
* **********
*
* This file is part of mbed TLS (https://tls.mbed.org)
*/
#if !defined(MBEDTLS_CONFIG_FILE)