Home
last modified time | relevance | path

Searched +full:mbedtls +full:- +full:version (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/external/mbedtls/
DBRANCHES.md5 - The [`master`](https://github.com/Mbed-TLS/mbedtls/tree/master) branch:
8 - The [`development`](https://github.com/Mbed-TLS/mbedtls/tree/development) branch:
9 this is where the current major version of Mbed TLS (version 3.x) is being
12 - One or more long-time support (LTS) branches: these only get bug fixes and
14 [`mbedtls-2.28`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-2.28).
17 such as [`archive/mbedtls-2.7`](https://github.com/Mbed-TLS/mbedtls/tree/archive/mbedtls-2.7).
21 API compatibility in the `master` branch across minor version changes (e.g.
23 compatibility on major version changes (e.g. from 3.x to 4.0). We also maintain
26 Every major version will become an LTS branch when the next major version is
35 undocumented features, then you should be able to re-compile it without
[all …]
DMETADATA2 # Usage: tools/external_updater/updater.sh update external/mbedtls
5 name: "MbedTLS"
6 description: "MbedTLS is a C library that implements cryptographic primitives. Its small code footp…
14 homepage: "https://github.com/Mbed-TLS/mbedtls"
17 value: "https://github.com/Mbed-TLS/mbedtls.git"
18 version: "v3.5.2"
/external/openthread/third_party/mbedtls/
DBUILD.gn29 # Configuration file for MbedTLS.
30 mbedtls_config_file = "mbedtls-config.h"
32 # Extra dependencies for MbedTLS
44 cflags = [ "-Wno-conversion" ]
47 static_library("mbedtls") {
49 "repo/include/mbedtls/aes.h",
50 "repo/include/mbedtls/aesni.h",
51 "repo/include/mbedtls/arc4.h",
52 "repo/include/mbedtls/aria.h",
53 "repo/include/mbedtls/asn1.h",
[all …]
DCMakeLists.txt29 set(OT_MBEDTLS_DEFAULT_CONFIG_FILE \"openthread-mbedtls-config.h\")
31 set(OT_MBEDTLS_CONFIG_FILE "" CACHE STRING "The mbedTLS config file")
33 set(ENABLE_TESTING OFF CACHE BOOL "Disable mbedtls test" FORCE)
39 execute_process(COMMAND ${UNIFDEF_EXE} -V ERROR_VARIABLE VERSION_OUTPUT)
40 string(REGEX MATCH "Version: unifdef-([0-9]+\\.[0-9]+)" VERSION_MATCH "${VERSION_OUTPUT}")
45 string(REPLACE "-Wconversion" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}")
46 string(REPLACE "-Wconversion" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")
53 add_custom_command(OUTPUT openthread-mbedtls-config.h
55 "'-D$<JOIN:$<TARGET_PROPERTY:ot-config,INTERFACE_COMPILE_DEFINITIONS>,';'-D>'"
56 "-I$<JOIN:$<TARGET_PROPERTY:ot-config,INTERFACE_INCLUDE_DIRECTORIES>,;-I>"
[all …]
/external/openthread/third_party/mbedtls/repo/scripts/data_files/
Dquery_config.fmt5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
9 #include "mbedtls/config.h"
16 #include "mbedtls/platform.h"
22 #include "mbedtls/aes.h"
23 #include "mbedtls/aesni.h"
24 #include "mbedtls/arc4.h"
25 #include "mbedtls/aria.h"
26 #include "mbedtls/asn1.h"
27 #include "mbedtls/asn1write.h"
28 #include "mbedtls/base64.h"
[all …]
Dvs6-main-template.dsp1 # Microsoft Developer Studio Project File - Name="mbedtls" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
7 CFG=mbedtls - Win32 Debug
11 !MESSAGE NMAKE /f "mbedtls.mak".
16 !MESSAGE NMAKE /f "mbedtls.mak" CFG="mbedtls - Win32 Debug"
20 !MESSAGE "mbedtls - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "mbedtls - Win32 Debug" (based on "Win32 (x86) Static Library")
31 !IF "$(CFG)" == "mbedtls - Win32 Release"
50 LIB32=link.exe -lib
54 !ELSEIF "$(CFG)" == "mbedtls - Win32 Debug"
[all …]
/external/mbedtls/scripts/data_files/
Dquery_config.fmt5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
8 #include "mbedtls/build_info.h"
12 #include "mbedtls/platform.h"
17 * for PSA_WANT macros, in case they're auto-defined based on mbedtls_config.h
22 #include "mbedtls/aes.h"
23 #include "mbedtls/aria.h"
24 #include "mbedtls/asn1.h"
25 #include "mbedtls/asn1write.h"
26 #include "mbedtls/base64.h"
27 #include "mbedtls/bignum.h"
[all …]
/external/curl/.github/workflows/
Dlinux.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
/external/openthread/third_party/mbedtls/repo/
DBRANCHES.md5 - The [`master`](https://github.com/Mbed-TLS/mbedtls/tree/master) branch:
8 - The [`development`](https://github.com/Mbed-TLS/mbedtls/tree/development) branch:
11 - One or more long-time support (LTS) branches:
15 API compatibility in the `master` branch between major version changes. We
19 Every major version will become an LTS branch when the next major version is
28 undocumented features, then you should be able to re-compile it without
29 modification with any later release x.y'.z' with the same major version
33 compile-time configuration (`mbedtls/config.h`) or the same modified
34 compile-time configuration. Changing compile-time configuration options can
47 compatibility (same definition as API except with re-linking instead of
[all …]
/external/curl/lib/vtls/
Dmbedtls.c9 * Copyright (C) Hoi-Ho Chan, <hoiho.chan@gmail.com>
22 * SPDX-License-Identifier: curl
27 * Source file for all mbedTLS-specific code for the TLS/SSL layer. No code
36 /* Define this to enable lots of debugging for mbedTLS */
41 /* mbedTLS (as of v3.5.1) has a duplicate function declaration
43 #pragma GCC diagnostic ignored "-Wredundant-decls"
46 #include <mbedtls/version.h>
48 #include <mbedtls/net_sockets.h>
50 #include <mbedtls/net.h>
52 #include <mbedtls/ssl.h>
[all …]
/external/openthread/
DAndroid.bp34 // Added automatically by a large-scale-change that took the approach of
48 // large-scale-change included anything that looked like it might be a license
52 // See: http://go/android-license-faq
57 "SPDX-license-identifier-Apache-2.0",
58 "SPDX-license-identifier-BSD",
59 "SPDX-license-identifier-BSD-3-Clause",
60 "SPDX-license-identifier-GPL",
61 "SPDX-license-identifier-GPL-2.0",
62 "SPDX-license-identifier-LGPL",
63 "SPDX-license-identifier-MIT",
[all …]
/external/trusty/arm-trusted-firmware/drivers/auth/mbedtls/
Dmbedtls_common.mk2 # Copyright (c) 2015-2023, Arm Limited. All rights reserved.
4 # SPDX-License-Identifier: BSD-3-Clause
16 MBEDTLS_INC = -I${MBEDTLS_DIR}/include
18 MBEDTLS_MAJOR=$(shell grep -hP "define MBEDTLS_VERSION_MAJOR" ${MBEDTLS_DIR}/include/mbedtls/*.h | …
19 MBEDTLS_MINOR=$(shell grep -hP "define MBEDTLS_VERSION_MINOR" ${MBEDTLS_DIR}/include/mbedtls/*.h | …
24 …fo Deprecation Notice: Please migrate to Mbedtls version 3.x (refer to TF-A documentation for the …
25 MBEDTLS_CONFIG_FILE ?= "<drivers/auth/mbedtls/mbedtls_config-2.h>"
28 MBEDTLS_CONFIG_FILE ?= "<drivers/auth/mbedtls/psa_mbedtls_config.h>"
30 MBEDTLS_CONFIG_FILE ?= "<drivers/auth/mbedtls/mbedtls_config-3.h>"
36 MBEDTLS_SOURCES += drivers/auth/mbedtls/mbedtls_common.c
[all …]
/external/mbedtls/include/mbedtls/
Dbuild_info.h2 * \file mbedtls/build_info.h
4 * \brief Build-time configuration info
11 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
18 * This set of compile-time defines can be used to determine the version number
19 * of the Mbed TLS library used. Run-time variables for the same can be found in
20 * version.h
24 * The version number x.y.z is split into three parts.
32 * The single version number has the following structure:
34 * Major version | Minor version | Patch version
40 /* Macros for build-time platform detection */
[all …]
/external/openthread/third_party/mbedtls/repo/visualc/VS2010/
DmbedTLS.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
22 <ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid>
24 <RootNamespace>mbedTLS</RootNamespace>
144 <ClInclude Include="..\..\include\mbedtls\aes.h" />
145 <ClInclude Include="..\..\include\mbedtls\aesni.h" />
146 <ClInclude Include="..\..\include\mbedtls\arc4.h" />
147 <ClInclude Include="..\..\include\mbedtls\aria.h" />
148 <ClInclude Include="..\..\include\mbedtls\asn1.h" />
149 <ClInclude Include="..\..\include\mbedtls\asn1write.h" />
150 <ClInclude Include="..\..\include\mbedtls\base64.h" />
[all …]
/external/mbedtls/visualc/VS2013/
DmbedTLS.vcxproj1 <?xml version="1.0" encoding="utf-8"?>
22 <ProjectGuid>{46CF2D25-6A36-4189-B59C-E4815388E554}</ProjectGuid>
24 <RootNamespace>mbedTLS</RootNamespace>
147 <ClInclude Include="..\..\include\mbedtls\aes.h" />
148 <ClInclude Include="..\..\include\mbedtls\aria.h" />
149 <ClInclude Include="..\..\include\mbedtls\asn1.h" />
150 <ClInclude Include="..\..\include\mbedtls\asn1write.h" />
151 <ClInclude Include="..\..\include\mbedtls\base64.h" />
152 <ClInclude Include="..\..\include\mbedtls\bignum.h" />
153 <ClInclude Include="..\..\include\mbedtls\build_info.h" />
[all …]
/external/mbedtls/library/
Derror.c5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
10 #include "mbedtls/error.h"
16 #include "mbedtls/platform.h"
22 #include "mbedtls/aes.h"
26 #include "mbedtls/aria.h"
30 #include "mbedtls/asn1.h"
34 #include "mbedtls/base64.h"
38 #include "mbedtls/bignum.h"
42 #include "mbedtls/camellia.h"
46 #include "mbedtls/ccm.h"
[all …]
DCMakeLists.txt91 version.c
131 file(GLOB error_headers ${CMAKE_CURRENT_SOURCE_DIR}/../include/mbedtls/*.h)
138 ${CMAKE_CURRENT_SOURCE_DIR}/../include/mbedtls
153 ${CMAKE_CURRENT_SOURCE_DIR}/../include/mbedtls
158 ${CMAKE_CURRENT_SOURCE_DIR}/../include/mbedtls/mbedtls_config.h
168 --mbedtls-root ${CMAKE_CURRENT_SOURCE_DIR}/..
198 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wmissing-declarations -Wmissing-prototypes")
202 …AGS "${CMAKE_C_FLAGS} -Wmissing-declarations -Wmissing-prototypes -Wdocumentation -Wno-documentati…
224 SET(CMAKE_C_ARCHIVE_FINISH "<CMAKE_RANLIB> -no_warning_for_no_symbols -c <TARGET>")
225 SET(CMAKE_CXX_ARCHIVE_FINISH "<CMAKE_RANLIB> -no_warning_for_no_symbols -c <TARGET>")
[all …]
/external/pigweed/pw_package/py/pw_package/packages/
Dmbedtls.py3 # Licensed under the Apache License, Version 2.0 (the "License"); you may not
7 # https://www.apache.org/licenses/LICENSE-2.0
14 """Install and check status of MbedTLS."""
23 class MbedTLS(pw_package.git_repo.GitRepo): class
24 """Install and check status of MbedTLS."""
29 name='mbedtls',
33 "/third_party/github/ARMmbed/mbedtls",
36 # mbedtls-3.5.0 released 2023-10-04
41 def info(self, path: pathlib.Path) -> Sequence[str]:
49 pw_package.package_manager.register(MbedTLS)
/external/openthread/third_party/mbedtls/repo/library/
Derror.c5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
10 #include "mbedtls/error.h"
16 #include "mbedtls/platform.h"
22 #include "mbedtls/aes.h"
26 #include "mbedtls/arc4.h"
30 #include "mbedtls/aria.h"
34 #include "mbedtls/asn1.h"
38 #include "mbedtls/base64.h"
42 #include "mbedtls/bignum.h"
46 #include "mbedtls/blowfish.h"
[all …]
/external/mbedtls/programs/test/cmake_package/
DCMakeLists.txt1 cmake_minimum_required(VERSION 3.5.1)
9 set(MbedTLS_BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/mbedtls")
13 "-H${MbedTLS_SOURCE_DIR}"
14 "-B${MbedTLS_BINARY_DIR}"
15 "-DENABLE_PROGRAMS=NO"
16 "-DENABLE_TESTING=NO"
18 "-DGEN_FILES=ON")
22 --build "${MbedTLS_BINARY_DIR}")
29 find_package(MbedTLS REQUIRED)
38 MbedTLS::mbedcrypto MbedTLS::mbedtls MbedTLS::mbedx509)
/external/openthread/third_party/mbedtls/repo/scripts/
Dbump_version.sh4 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
8 # Sets the version numbers in the source code to those given.
10 # Usage: bump_version.sh [ --version <version> ] [ --so-crypto <version>]
11 # [ --so-x509 <version> ] [ --so-tls <version> ]
12 # [ -v | --verbose ] [ -h | --help ]
15 VERSION=""
20 until [ -z "$1" ]
23 --version)
24 # Version to use
26 VERSION=$1
[all …]
/external/mbedtls/programs/test/cmake_package_install/
DCMakeLists.txt1 cmake_minimum_required(VERSION 3.5.1)
9 set(MbedTLS_INSTALL_DIR "${CMAKE_CURRENT_BINARY_DIR}/mbedtls")
14 "-H${MbedTLS_SOURCE_DIR}"
15 "-B${MbedTLS_BINARY_DIR}"
16 "-DENABLE_PROGRAMS=NO"
17 "-DENABLE_TESTING=NO"
19 "-DGEN_FILES=ON"
20 "-DCMAKE_INSTALL_PREFIX=${MbedTLS_INSTALL_DIR}")
24 --build "${MbedTLS_BINARY_DIR}"
25 --target install)
[all …]
/external/pigweed/third_party/mbedtls/
DBUILD.gn3 # Licensed under the Apache License, Version 2.0 (the "License"); you may not
7 # https://www.apache.org/licenses/LICENSE-2.0
18 import("mbedtls.gni")
21 # All source files for mbedtls-2.26.0 released on 2021-03-12
99 "library/version.c",
111 # All source files for mbedtls-3.2.1 released on 2022-07-12
209 "library/version.c",
229 "$dir_pw_third_party/mbedtls",
232 "-Wno-error=cast-qual",
233 "-Wno-error=redundant-decls",
[all …]
/external/mbedtls/scripts/
Dbump_version.sh4 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
8 # Sets the version numbers in the source code to those given.
10 # Usage: bump_version.sh [ --version <version> ] [ --so-crypto <version>]
11 # [ --so-x509 <version> ] [ --so-tls <version> ]
12 # [ -v | --verbose ] [ -h | --help ]
15 set -e
17 VERSION=""
22 until [ -z "$1" ]
25 --version)
26 # Version to use
[all …]
/external/openthread/third_party/mbedtls/repo/programs/ssl/
Dssl_test_lib.h5 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
11 #include "mbedtls/version.h"
14 #include "mbedtls/config.h"
19 #include "mbedtls/platform.h"
52 #include "mbedtls/net_sockets.h"
53 #include "mbedtls/ssl.h"
54 #include "mbedtls/entropy.h"
55 #include "mbedtls/ctr_drbg.h"
56 #include "mbedtls/hmac_drbg.h"
57 #include "mbedtls/certs.h"
[all …]

12345678910>>...21