Merge branch 'mbedtls-2.18' into development
Bring Mbed TLS 2.18.0 and 2.18.1 release changes back into the development branch. We had branched to release 2.18.0 and 2.18.1 in order to allow those releases to go out without having to block work on the `development` branch. Manually resolve conflicts in the Changelog by moving all freshly addded changes to a new, unreleased version entry. Reject changes to include/mbedtls/platform.h made in the mbedtls-2.18 branch, as that file is now sourced from Mbed Crypto. * mbedtls-2.18: platform: Include stdarg.h where needed Update Mbed Crypto to contain mbed-crypto#152 CMake: Add a subdirectory build regression test README: Enable builds as a CMake subproject ChangeLog: Enable builds as a CMake subproject Remove use of CMAKE_SOURCE_DIR Update library version to 2.18.0
This commit is contained in:
commit
4e0db5642a
7 changed files with 100 additions and 79 deletions
|
@ -28,7 +28,7 @@ DOXYFILE_ENCODING = UTF-8
|
|||
# identify the project. Note that if you do not use Doxywizard you need
|
||||
# to put quotes around the project name if it contains spaces.
|
||||
|
||||
PROJECT_NAME = "mbed TLS v2.17.0"
|
||||
PROJECT_NAME = "mbed TLS v2.18.0"
|
||||
|
||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
|
||||
# This could be handy for archiving the generated documentation or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue