Skip to content

Commit 8985f5a

Browse files
akolosov-nszysas
authored andcommitted
Update Mbedtls 3.5.0
1 parent a54d5a8 commit 8985f5a

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.4.1
4+
DEFAULT_MBEDTLS_VERSION=3.5.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 = 400L
6-
const val mbedtls_entropy_context = 1032L
5+
const val mbedtls_ssl_config = 384L
6+
const val mbedtls_entropy_context = 832L
77
const val mbedtls_ctr_drbg_context = 344L
88
const val mbedtls_ssl_context = 560L
9-
const val mbedtls_pk_context = 16L
10-
const val mbedtls_x509_crt = 616L
9+
const val mbedtls_pk_context = 24L
10+
const val mbedtls_x509_crt = 752L
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.4.1
17+
mbedtlsVersion=3.5.0
-1.5 MB
Binary file not shown.
1.5 MB
Binary file not shown.
-971 KB
Binary file not shown.
Binary file not shown.
-1.08 MB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)