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

fix: handle private EC keys without public component #86

Merged
merged 1 commit into from
Jul 1, 2020
Merged

Conversation

panva
Copy link
Owner

@panva panva commented Jul 1, 2020

Only possible to handle when KeyObject API is available in the runtime.

closes #85

Only possible to handle when KeyObject API is available in the runtime.

closes #85
@codecov
Copy link

codecov bot commented Jul 1, 2020

Codecov Report

Merging #86 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   99.88%   99.88%           
=======================================
  Files          87       87           
  Lines        5252     5264   +12     
=======================================
+ Hits         5246     5258   +12     
  Misses          6        6           

@panva panva merged commit e8ad389 into master Jul 1, 2020
@panva panva deleted the fix-85 branch July 1, 2020 11:13
@github-actions github-actions bot locked and limited conversation to collaborators Sep 30, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to parse KeyObject for purpose of signing JWT with an EC private key.
1 participant