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 logic to verify the host key of a cloud server #394

Merged
merged 2 commits into from
Apr 26, 2016

Conversation

jpevarnek
Copy link
Contributor

This also updates our typing for crypto/sha1

I'm sorry...


This change is Reviewable

* Computes the HMAC-SHA1 of some data, with the specified key.
* Both key and data are interpreted as "binary strings" so to supply binary
* data or key you can construct a string with the help of
* All function arguments are interpreted as "Binary strings" so to supply
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"binary strings", e.g. as returned by Buffer.toString('binary')

@trevj
Copy link
Contributor

trevj commented Apr 25, 2016

I think this is good! It's what's happening in the frontend that worries me :-)

This also updates our typing for crypto/sha1
@jpevarnek jpevarnek force-pushed the cloud-provider-verification branch from 3a48bc5 to 30c89e7 Compare April 25, 2016 20:52
@jpevarnek
Copy link
Contributor Author

PTAL, thanks!

@trevj
Copy link
Contributor

trevj commented Apr 25, 2016

👍

@jpevarnek jpevarnek merged commit 810afc4 into UWNetworksLab:master Apr 26, 2016
@jpevarnek jpevarnek deleted the cloud-provider-verification branch April 26, 2016 14:58
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.

2 participants