Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Clarify exponent encoding #25142

Closed
wants to merge 2 commits into from
Closed

Clarify exponent encoding #25142

wants to merge 2 commits into from

Conversation

iamthechad
Copy link

Refs #17202

@@ -618,10 +618,14 @@ Example:
O: 'node.js',
OU: 'Test TLS Certificate',
CN: 'localhost' },
modulus: '...hex representation of modulus...',
exponent: '10001',
Copy link

Choose a reason for hiding this comment

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

Inline comment would be more clear:

exponent: '10001', // 0x10001

Clarify that exponent is a hex value.
Refs #17202
@jasnell
Copy link
Member

jasnell commented Aug 29, 2015

@iamthechad ... can you squash these commits and make sure the change is consistent with what has landed in nodejs/node master? once squashed, I'll land

@iamthechad
Copy link
Author

I can squash, but don't we want this to reflect what's in 0.10 and not what's coming in a future release?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants