Updated version PR71 with formatting corrected#74
Merged
yorkie merged 1 commit intoSouthern:masterfrom Dec 19, 2018
Merged
Conversation
This is the PR71 but with corrected formatting as per the discussion in PR71 Thank you to those who worked on fix; aim here is to get the fix merged as it is needed by many projects Signed-off-by: Matthew B. White <whitemat@uk.ibm.com>
|
@yorkie could you look at this PR please? |
Collaborator
Collaborator
|
Released as |
Contributor
Author
|
Thank you @yorkie much appreciated!! |
Contributor
Author
|
@yorkie we've observed in large scale testing that some extra unicode characters are appearing... This is the 'cert.extensions'. To your knowledge is this a mistake in the certificate we're using or somehow related to the changes? |
|
There's a bug in this PR: https://github.com/Southern/node-x509/blame/master/src/x509.cc#L280 should give the subject key algorithm as before and it gives the signature algorithm, same as https://github.com/Southern/node-x509/blame/master/src/x509.cc#L241 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the PR71 but with corrected formatting as per the discussion in PR71
Thank you to those who worked on fix; aim here is to get the fix merged as it is needed by
many projects
Signed-off-by: Matthew B. White whitemat@uk.ibm.com