openssl / project

Tracking of project related issues
2 stars 1 forks source link

Request for Feature branch for HSS/LMS #846

Closed slontis closed 1 month ago

slontis commented 1 month ago

branch: feature/hss PR ref: openssl/openssl#22171 PR design: openssl/openssl#22357

This is a simple reference implementation of RFC 8554 that conforms to https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-208.pdf.

Most of the work is done, the PR mainly needs to be broken up into smaller reviewable parts. I will continue work on this until the PR is moved to the feature branch.

nhorman commented 1 month ago

OTC: Can we approve this feature branch?

t-j-h commented 1 month ago

It is not an OTC thing to approve.

+1 from the corporation for this feature branch

mattcaswell commented 1 month ago

+1

mattcaswell commented 1 month ago

FYI: the feature branch approval policy says this request should have been created in the openssl/project repo.

nhorman commented 1 month ago

@mattcaswell shall we transfer this issue to project?

t8m commented 1 month ago

Transferred

mattcaswell commented 1 month ago

The "feature/hss" branch has been created.

slontis commented 1 month ago

Thanks @mattcaswell Should I be able to see this in https://github.com/openssl/openssl/branches/all ?

mattcaswell commented 1 month ago

Should I be able to see this in https://github.com/openssl/openssl/branches/all ?

Yes. I see it? Creating the branch might not have triggered it to be mirrored on github. So (possibly) it might not have been visible for a while until someone pushed something. Anyway its definitely visible now:

https://github.com/openssl/openssl/tree/feature/hss

slontis commented 1 month ago

Can see it now using the same method as before when it wasnt visible.. Thanks.