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

Enable SHA2_256_HMAC and SHA2_512_HMAC in dropbear #1

Merged
merged 1 commit into from Oct 25, 2014

Conversation

pysiak
Copy link

@pysiak pysiak commented Oct 25, 2014

Dropbear in cero does not support SHA2 HMACs.

root@cerowrt:/etc# ssh -m help
ssh: Available MACs:
hmac-sha1-96,hmac-sha1,hmac-md5

The objective of the patch is to enable SHA2 HMACs that exist since 2013.56.
The purpose of the patch is to allow ssh communication with hosts that do not support SHA1 or MD5 MACs as suggested by bettercrypto.org folks.

Please review.
Maciej

dtaht pushed a commit that referenced this pull request Oct 25, 2014
Enable SHA2_256_HMAC and SHA2_512_HMAC in dropbear
@dtaht dtaht merged commit 32f8b96 into dtaht:master Oct 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants