Skip to content

Commit

Permalink
[#357] Modify file permissions, sa_create now saves SA to array
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Dec 17, 2024
1 parent b258141 commit 00c9d50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sa/internal/sa_interface_inmemory.template.c
Original file line number Diff line number Diff line change
Expand Up @@ -1365,6 +1365,11 @@ static int32_t sa_create(void)
// Verify data
status = sa_verify_data(temp_sa);

if (status == CRYPTO_LIB_SUCCESS)
{
sa[spi] = *temp_sa;
}

#ifdef PDU_DEBUG
Crypto_saPrint(&sa[spi]);
#endif
Expand Down
Empty file modified support/scripts/build_ep.sh
100644 → 100755
Empty file.
Empty file modified support/scripts/update_env.sh
100644 → 100755
Empty file.

0 comments on commit 00c9d50

Please sign in to comment.