-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: add references to crypto.getCurves() #1918
Conversation
@@ -814,6 +815,7 @@ The numeric representation of the local port. | |||
[Chrome's 'modern cryptography' setting]: http://www.chromium.org/Home/chromium-security/education/tls#TOC-Deprecation-of-TLS-Features-Algorithms-in-Chrome | |||
[specific attacks affecting larger AES key sizes]: https://www.schneier.com/blog/archives/2009/07/another_new_aes.html | |||
[BEAST attacks]: http://blog.ivanristic.com/2011/10/mitigating-the-beast-attack-on-tls.html | |||
[crypto.getCurves()]: #crypto_crypto_getcurves |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link won't work as-is since getCurves()
is in a different document. I think it needs to be crypto.html#crypto_crypto_getcurves
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thanks. Wasn't sure about those links.
This adds references to the newly available crypto.getCurves method where appropriate.
Updated that link |
LGTM |
This adds references to the newly available crypto.getCurves method where appropriate. PR-URL: #1918 Reviewed-By: Brian White <mscdex@mscdex.net>
Thanks, landed in 9f3a03f |
This adds references to the newly available crypto.getCurves (#1914) method where appropriate. I kept the openssl bits as it gives a bit more detail about the curves.
cc: @mscdex