Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stateful Signature (XMSS and LMS) #1650

Merged
merged 69 commits into from
Jun 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
dad6412
Initial addition of sig_stfl API and dummy XMSS variant
cothan Apr 2, 2024
b0c06fa
Fix API and build issues
dstebila May 8, 2023
7b59154
Add SIG_STFL to tests/dump_alg_info
dstebila May 8, 2023
8e1dd5c
Update sig_stfl dummy scheme and add basic test program
dstebila May 9, 2023
244288f
Add XMSS parameter xmss_sha256_h10 (#1482)
ducnguyen-sb Jun 1, 2023
c9c3835
Re-add OQS_SECRET_KEY (#1493)
dstebila Jul 12, 2023
e356ebf
Na lms (#1486)
ashman-p Jul 13, 2023
a7e26d9
Add 12 XMSS and 16 XMSSMT parameters. (#1489)
ducnguyen-sb Jul 24, 2023
55094c3
LMS H5_W1 (#1513)
ashman-p Jul 31, 2023
4d773d7
Convert to use OQS_SIG_STFL_SECRET_KEY struct (#1525)
ashman-p Aug 12, 2023
4694fc3
Add secret key object to XMSS (#1530)
ducnguyen-sb Aug 18, 2023
245aede
LMS updated to use new SK API (#1533)
ashman-p Aug 29, 2023
99067be
Add XMSS Serialize/Deserialize (#1542)
ducnguyen-sb Sep 9, 2023
a85a9aa
Stateful sigs secret key storage callback (#1553)
ashman-p Sep 22, 2023
3934949
Na statful sig lock (#1559)
ashman-p Sep 28, 2023
3db6b44
Secret Key Query (#1572)
ashman-p Oct 5, 2023
2446c64
Na stateful sigs lms var (#1574)
ashman-p Oct 10, 2023
8df2539
Stateful sigs XMSS updates (#1590)
ashman-p Oct 20, 2023
2dbfc40
Update XMSS secret key object APIs, sync with LMS (#1588)
ducnguyen-sb Nov 1, 2023
47740ad
Enforce idx from unsigned int to uint32_t. (#1611)
ducnguyen-sb Nov 15, 2023
a7b2987
SHA2 Increment with arbitrary length (non-block sizes) (#1614)
ashman-p Nov 27, 2023
2dd9e07
Na lms kat multi level (#1620)
ashman-p Dec 13, 2023
982b440
Fix Build Errors (#1635)
ashman-p Dec 19, 2023
ddae644
Various fixes
ashman-p Dec 20, 2023
cc50ef0
Fix warning
ashman-p Dec 21, 2023
9610576
Fix windows-x86 and arm compiling error. (#1634)
ducnguyen-sb Jan 2, 2024
bb658b7
Address stateful-sigs comments in #1650 (#1656)
ducnguyen-sb Jan 11, 2024
7db8ddf
Update `sig_stfl.h` document for #1650 (#1655)
ducnguyen-sb Jan 11, 2024
cf03392
Update README.md
ashman-p Jan 13, 2024
9325713
Update README.md
ashman-p Jan 13, 2024
a52b217
Update README.md
ashman-p Jan 13, 2024
d442ac9
Update README.md
ashman-p Jan 13, 2024
72ab478
Update README.md
ashman-p Jan 13, 2024
5967f12
Update src/CMakeLists.txt
ashman-p Jan 13, 2024
fc6d512
Update documentation and license text. (#1663)
ashman-p Jan 19, 2024
c3e5750
Add Apache 2.0 and MIT License to XMSS (#1662)
ducnguyen-sb Jan 19, 2024
e7a83c7
Disable Stateful Signatures in the build by default (#1676)
ashman-p Jan 30, 2024
6c81bae
Na stateful macro (#1687)
ashman-p Feb 8, 2024
001e96a
Update GitHub Actions workflows for stateful signatures (#1692)
SWilson4 Feb 13, 2024
e1f02b2
Change XMSS License from `(Apache 2.0 AND MIT)` to `(Apache 2.0 OR MI…
ducnguyen-sb Feb 13, 2024
17c12c3
Add return status for XMSS lock/unlock functions. (#1712)
ducnguyen-sb Mar 1, 2024
32949b7
Reformat LMS / XMSS KAT files (#1722)
SWilson4 Mar 11, 2024
1941636
Add return check for lock/unlock function (#1727)
ducnguyen-sb Mar 11, 2024
b45415c
Use `abort()` instead of exit to get the trace log. (#1728)
ducnguyen-sb Mar 12, 2024
ba63672
Reduce number of `malloc/free` call in `XMSS/external` (#1724)
ducnguyen-sb Mar 30, 2024
8524a16
Post-rebase cleanup
SWilson4 Apr 12, 2024
5da49e3
Satisfy astyle
SWilson4 Apr 12, 2024
a535114
Fix macOS build error: lld -> llu
SWilson4 Apr 15, 2024
71ee535
Bring EVP_DigestUpdate calls in line with main
SWilson4 Apr 15, 2024
154d8e4
Fix test program linkage for cross-compiling
SWilson4 Apr 15, 2024
b2cdab6
Fix typo from STFL to SFTL
cothan Apr 16, 2024
e92aab3
Stateful sigs: Rename keygen / sign option, add more tests, fix memor…
SWilson4 Apr 18, 2024
b075878
Clean up OQS_SIG_STFL_SECRET_KEY_free
SWilson4 Apr 22, 2024
db000c2
Remove unused sig member
SWilson4 Apr 26, 2024
9b60f60
Naming convention for serialize / deserialize functions
SWilson4 Apr 26, 2024
f9a4f03
Switch order of params for deserialize
SWilson4 Apr 26, 2024
8c1529d
Swap param order down the stack; rename length param; update document…
SWilson4 Apr 26, 2024
c408cee
Update src/sig_stfl/sig_stfl.h
SWilson4 Apr 26, 2024
7dd4ea0
Test stateful sigs on arm64, s390x, and powerpc (#1772)
SWilson4 Apr 29, 2024
4ebd1b9
Update tests/example_sig_stfl.c
ashman-p May 12, 2024
0c3d39c
Zeroing internal state memory on heap (#1790)
cothan May 14, 2024
31bdf13
Clean up unresolved comments on stateful-sigs PR (#1793)
SWilson4 May 14, 2024
8e75f98
Update config variable name
SWilson4 May 23, 2024
ca27922
Strengthen warning in CONFIGURE.md
SWilson4 May 23, 2024
6f35f43
DCO sign-off [skip ci]
dstebila May 30, 2024
20d39aa
I, Spencer Wilson, retroactively sign off on these commits:
SWilson4 May 30, 2024
d37f20d
I, Duc Nguyen, retroactively sign off on these commits:
cothan May 30, 2024
3621a6b
I, Norman Ashley, retroactively sign off on these commits:
ashman-p Jun 4, 2024
4fb0141
Merge branch 'main' into stateful-sigs
SWilson4 Jun 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
DCO sign-off [skip ci]
I, Douglas Stebila, retroactively sign off on these commits:

commit b0c06fa Fix API and build issues
commit 7b59154 Add SIG_STFL to tests/dump_alg_info
commit 8e1dd5c Update sig_stfl dummy scheme and add basic test program
commit c9c3835 Re-add OQS_SECRET_KEY (#1493)

Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca>
dstebila committed May 30, 2024
commit 6f35f43ad06aef313bc84f4be78808522dd3f94b

No changes to show.

This commit has no content.