Skip to content

Commit

Permalink
Bump uOSCORE / uEDHOC to version 3.0.3 (21 Apr 2024) (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
kostis authored Apr 21, 2024
1 parent f235191 commit ae28c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/models/patches/uoscore-uedhoc.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diff --git a/samples/linux_edhoc_oscore/initiator_client/src/main.cpp b/samples/
index cf4694d..b385a87 100644
--- a/samples/linux_edhoc_oscore/initiator_client/src/main.cpp
+++ b/samples/linux_edhoc_oscore/initiator_client/src/main.cpp
@@ -276,7 +276,7 @@ int main()
@@ -277,7 +277,7 @@ int main()
protected_pdu->reset();
protected_pdu->setVersion(1);
protected_pdu->setType(CoapPDU::COAP_CONFIRMABLE);
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_sul.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ setup_sifis_home() {

setup_uoscore_uedhoc() {
# uoscore-uedhoc
CHECKOUT="9c18a3503ad905e79e2dbe847cb14c1650524eee"
CHECKOUT="tags/v3.0.3"

set -e
echo "Setting up uOSCORE-uEDHOC in ${SOURCES_DIR}"
Expand Down

0 comments on commit ae28c2d

Please sign in to comment.