doc: add note about available ECC curves#1913
Conversation
Added instructions on how to get the elliptic curves supported by the OpenSSL installation in the crypto.createECDH() constructor. Also made a few minor grammar fixes within the same paragraph.
|
Could you also add this to the |
|
Sure, I'll go do that right now |
|
Maybe we should have a function that returns the supported curve names like we have with ciphers and hashes? |
|
@silverwind I just extended the note about getting available curves to the TLS docs as well. |
|
Let's remove the RFC note above (it's not really helpful at first glance) and then put your message on the same line. |
|
Ok, done |
|
LGTM |
|
FWIW we can use |
|
Wow, that is pretty neat indeed. |
|
Going to merge this now, we can update docs again in the other PR. |
There was a problem hiding this comment.
@petschekr trailing whitespace on this line, could you remove that?
Added instructions on how to get the elliptic curves supported by the OpenSSL installation in the crypto.createECDH() constructor. Also made a few minor grammar fixes within the same paragraph. PR-URL: #1913 Reviewed-By: Roman Reiss <me@silverwind.io>
|
Thanks! landed in deb8b87 |
Added instructions on how to get the elliptic curves supported by the OpenSSL installation in the
crypto.createECDH()constructor. Also made a few minor grammar fixes within the same paragraph.