Skip to content

Commit

Permalink
Fix the Windows keytools artifact upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Dec 5, 2024
1 parent 29794f2 commit 35b98e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-keytools-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
with:
name: windows-keytools
path: |
tools\keytools\*.exe
tools\keytools\x64\Release\*.exe
9 changes: 3 additions & 6 deletions include/wolfboot/wolfboot.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,16 +135,13 @@ extern "C" {
#define KEYSTORE_PUBKEY_SIZE_LMS 60
#define KEYSTORE_PUBKEY_SIZE_XMSS 68

/* ML-DSA pub key size is a function of parameters.
* This needs to be configurable. Default to security
* category 5. */

/* ML-DSA pub key size is a function of parameters. */
#define ML_DSA_L2_PUBKEY_SIZE 1312
#define ML_DSA_L3_PUBKEY_SIZE 1952
#define ML_DSA_L5_PUBKEY_SIZE 2592


#if defined(SIGN_ML_DSA) && !defined(ML_DSA_LEVEL)
/* Configure using ML_DSA_LEVEL: Default is security category 5. */
#if defined(WOLFBOOT_SIGN_ML_DSA) && !defined(ML_DSA_LEVEL)
#define ML_DSA_LEVEL 5
#endif
/* Default to max size for keystore */
Expand Down

0 comments on commit 35b98e7

Please sign in to comment.