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 support for ECDSA public keys in OpenSSH (RFC 4253) format #244

Merged
merged 2 commits into from
Mar 15, 2017

Conversation

mark-adams
Copy link
Contributor

Add support for public keys in OpenSSH (RFC 4253) format.

cryptography previously lacked support for ECDSA keys in RFC 4253 format. Now that they have support for those keys, we should take advantage of it and support them in PyJWT.

Implements #243.

@mark-adams mark-adams force-pushed the fix-ec-ssh-pub-key branch 2 times, most recently from 2d5fc27 to 037d1bb Compare March 14, 2017 12:39
Cryptography previously lacked support for ECDSA keys in RFC 4253
format. Now that they have support for those keys, we should take
advantage of it and support them in PyJWT.

Implements #243.
@coveralls
Copy link

coveralls commented Mar 14, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 1710c15 on fix-ec-ssh-pub-key into 0a4b8dd on master.

@mark-adams mark-adams added this to the v1.4.3 milestone Mar 14, 2017
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

3 participants