[Bug 3337] New: Will OpenSSH support SMx series algorithms in the future?

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Aug 10 23:55:13 AEST 2021


https://bugzilla.mindrot.org/show_bug.cgi?id=3337

            Bug ID: 3337
           Summary: Will OpenSSH support SMx series algorithms in the
                    future?
           Product: Portable OpenSSH
           Version: 8.6p1
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Miscellaneous
          Assignee: unassigned-bugs at mindrot.org
          Reporter: kircherlike at outlook.com

The support for SMx algorithms has been added by OpenSSL to the sm2,
sm3, and sm4 files in the crypto directory. Does openssh have any plans
to add support for these algorithms?

For example, if we want to add support for sm4-ctr, we only need to add
this line to cipher.c:

{"sm4-ctr", 16, 16, 0, 0, 0, EVP_sm4_ctr},

-- 
You are receiving this mail because:
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list