Skip to content
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

Added code to automatically populate supported ECC curve information #717

Merged
merged 2 commits into from
Jan 23, 2017

Conversation

dgarske
Copy link
Contributor

@dgarske dgarske commented Jan 18, 2017

Unless already provided by user via wolfSSL_CTX_UseSupportedCurve or wolfSSL_UseSupportedCurve.

… unless already provided by user via wolfSSL_CTX_UseSupportedCurve or wolfSSL_UseSupportedCurve.
@dgarske
Copy link
Contributor Author

dgarske commented Jan 18, 2017

@JacobBarthelmeh, will you do a preliminary review for me? Then assign over to Todd for final review/merge.

} /* is not server */
#endif
}
#else
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think that this should be an else case. QSH extension is 0x17 and elliptic curves extension is 0x0a. Both can be sent with the same Client Hello.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Glad you caught that! Thanks!

@dgarske dgarske dismissed JacobBarthelmeh’s stale review January 19, 2017 19:31

Fixed. Going to assign this over to Todd when Jenkins is done. Thanks

@dgarske dgarske assigned toddouska and unassigned dgarske Jan 19, 2017
Copy link
Contributor

@toddouska toddouska left a comment

Choose a reason for hiding this comment

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

Thanks!

@toddouska toddouska merged commit a1b79ab into master Jan 23, 2017
@dgarske dgarske deleted the auto_ecc_sup_curves branch January 23, 2017 22:08
bagder added a commit to curl/curl that referenced this pull request Feb 22, 2019
since wolfSSL PR wolfSSL/wolfssl#717 (shipped in
wolfSSL 3.10.2 and later) it sends these curves by default already.

Pointed-out-by: David Garske
bagder added a commit to curl/curl that referenced this pull request Feb 23, 2019
since wolfSSL PR wolfSSL/wolfssl#717 (shipped in
wolfSSL 3.10.2 and later) it sends these curves by default already.

Pointed-out-by: David Garske

Closes #3599
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants