From 8c535099f61b213bf54d6a68958bd5d84ab44ef3 Mon Sep 17 00:00:00 2001 From: Monika Singh Date: Fri, 30 Aug 2024 09:24:42 +0530 Subject: [PATCH] [P3] Update wolfssl to v5.6.4-stable (#1257) --- FreeRTOS-Plus/ThirdParty/wolfSSL | 2 +- manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FreeRTOS-Plus/ThirdParty/wolfSSL b/FreeRTOS-Plus/ThirdParty/wolfSSL index 0fa5af9929..37884f864d 160000 --- a/FreeRTOS-Plus/ThirdParty/wolfSSL +++ b/FreeRTOS-Plus/ThirdParty/wolfSSL @@ -1 +1 @@ -Subproject commit 0fa5af9929ce2ee99e8789996a3048f41a99830e +Subproject commit 37884f864d6fd9b04f44677cb04da15d0c9d6526 diff --git a/manifest.yml b/manifest.yml index 136b4bdae7..b721086e03 100644 --- a/manifest.yml +++ b/manifest.yml @@ -82,7 +82,7 @@ dependencies: path: "FreeRTOS-Plus/Source/AWS/jobs" - name: "wolfssl" - version: "v4.5.0-stable" + version: "v5.6.4-stable" repository: type: "git" url: "https://github.com/wolfSSL/wolfssl"