crypto: Show exponent in decimal and hex#25674
crypto: Show exponent in decimal and hex#25674iamthechad wants to merge 1 commit intonodejs:masterfrom iamthechad:tls_cert
Conversation
Show the exponent in a manner that matches OpenSSL Fixes #17202
|
Definitely can appreciate the intent on this, but it does involve a bit of an API change, which we should likely avoid in v0.12 and v0.10. This should likely be targeted at http://github.com/nodejs/io.js or http://github.com/nodejs/node instead. |
|
I'll admit I don't know much about the timelines around which repo to use when. Are future changes not going to be applied to this repo any more? We knew this was a breaking change, which is why it's targeted at |
|
For breaking changes, we want to target |
|
Okay. Is there a preference as to which repo - |
|
Likely io.js would be best.
|
|
Resubmitted to |
|
Yes, thank you! |
Show the exponent in a manner that matches OpenSSL
Fixes #17202