Skip to content

Commit a749af5

Browse files
🏗️️ Update Mbedtls to 3.6.0 (#55)
* Update Mbedtls --------- Co-authored-by: akolosov-n <117081005+akolosov-n@users.noreply.github.com>
1 parent 1afb41d commit a749af5

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

compileMbedtls.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
DEFAULT_MBEDTLS_VERSION=3.5.2
4+
DEFAULT_MBEDTLS_VERSION=3.6.0
55
MBEDTLS_VERSION=${MBEDTLS_VERSION:-$DEFAULT_MBEDTLS_VERSION}
66
BUILD_DIR=mbedtls-lib/build/mbedtls-${MBEDTLS_VERSION}
77
DLEXT="${DLEXT:-so}"

kotlin-mbedtls/src/main/kotlin/org/opencoap/ssl/MbedtlsSizeOf.kt

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ package org.opencoap.ssl
22

33
// AUTOGENERATED, DON'T MODIFY
44
internal object MbedtlsSizeOf {
5-
const val mbedtls_ssl_config = 384L
5+
const val mbedtls_ssl_config = 392L
66
const val mbedtls_entropy_context = 832L
77
const val mbedtls_ctr_drbg_context = 344L
8-
const val mbedtls_ssl_context = 560L
9-
const val mbedtls_pk_context = 24L
10-
const val mbedtls_x509_crt = 752L
8+
const val mbedtls_ssl_context = 568L
9+
const val mbedtls_pk_context = 16L
10+
const val mbedtls_x509_crt = 744L
1111
const val mbedtls_ssl_cookie_ctx = 32L
1212
}
1313

kotlin-mbedtls/src/main/resources/mbedtls.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
#
1616

17-
mbedtlsVersion=3.5.2
17+
mbedtlsVersion=3.6.0
-1.5 MB
Binary file not shown.
1.66 MB
Binary file not shown.
-966 KB
Binary file not shown.
1.04 MB
Binary file not shown.
-1.09 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)