Skip to content

Commit

Permalink
Update Mbedtls 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akolosov-n authored and szysas committed Oct 17, 2023
1 parent a54d5a8 commit 8985f5a
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion compileMbedtls.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail

DEFAULT_MBEDTLS_VERSION=3.4.1
DEFAULT_MBEDTLS_VERSION=3.5.0
MBEDTLS_VERSION=${MBEDTLS_VERSION:-$DEFAULT_MBEDTLS_VERSION}
BUILD_DIR=mbedtls-lib/build/mbedtls-${MBEDTLS_VERSION}
DLEXT="${DLEXT:-so}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ package org.opencoap.ssl

// AUTOGENERATED, DON'T MODIFY
internal object MbedtlsSizeOf {
const val mbedtls_ssl_config = 400L
const val mbedtls_entropy_context = 1032L
const val mbedtls_ssl_config = 384L
const val mbedtls_entropy_context = 832L
const val mbedtls_ctr_drbg_context = 344L
const val mbedtls_ssl_context = 560L
const val mbedtls_pk_context = 16L
const val mbedtls_x509_crt = 616L
const val mbedtls_pk_context = 24L
const val mbedtls_x509_crt = 752L
const val mbedtls_ssl_cookie_ctx = 32L
}

Expand Down
2 changes: 1 addition & 1 deletion kotlin-mbedtls/src/main/resources/mbedtls.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
#

mbedtlsVersion=3.4.1
mbedtlsVersion=3.5.0
Binary file removed mbedtls-lib/bin/darwin/libmbedtls-3.4.1.dylib
Binary file not shown.
Binary file added mbedtls-lib/bin/darwin/libmbedtls-3.5.0.dylib
Binary file not shown.
Binary file removed mbedtls-lib/bin/linux-x86-64/libmbedtls-3.4.1.so
Binary file not shown.
Binary file added mbedtls-lib/bin/linux-x86-64/libmbedtls-3.5.0.so
Binary file not shown.
Binary file removed mbedtls-lib/bin/win32-x86-64/libmbedtls-3.4.1.dll
Binary file not shown.
Binary file added mbedtls-lib/bin/win32-x86-64/libmbedtls-3.5.0.dll
Binary file not shown.

0 comments on commit 8985f5a

Please sign in to comment.