Skip to content

x/crypto/ssh: MAC orders #61138

@drakkan

Description

@drakkan

This commit added support for hmac-sha2-512-etm@openssh.com which is a good addition. But the mac order is relevant, now hmac-sha2-512-etm@openssh.com is the preferred MAC.

Since sha256 is more optimized than sha512 in Go and is secure enough, I think we should prefer sha256 based MAC algorithms.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions