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

support custom ssl ctx configuration for SSLServer #1073

Merged
merged 1 commit into from
Oct 15, 2021
Merged

support custom ssl ctx configuration for SSLServer #1073

merged 1 commit into from
Oct 15, 2021

Conversation

CarlosLeeGit
Copy link
Contributor

In some conditions, users need to set custom options for ssl_ctx to meet security requirements. Therefore, a constructor is added to SSLServer to support users to customize ssl_ctx during SSLServer construction.

@yhirose yhirose force-pushed the master branch 2 times, most recently from a9aceab to c384be0 Compare October 14, 2021 14:52
@yhirose
Copy link
Owner

yhirose commented Oct 14, 2021

@CarlosLeeGit, looks good to me. Could you make some adjustments according to my comment above? Thanks!

@CarlosLeeGit
Copy link
Contributor Author

@yhirose git rebase performed. anything else needed? by the way, could you please tell me the time for next version. Thanks!

@yhirose
Copy link
Owner

yhirose commented Oct 15, 2021

@CarlosLeeGit, could you make three adjustments that I mentioned in my review?

@CarlosLeeGit
Copy link
Contributor Author

@yhirose sorry, i did not find the reviews since you mentioned first. am i missing something?

httplib.h Outdated Show resolved Hide resolved
httplib.h Outdated Show resolved Hide resolved
httplib.h Outdated Show resolved Hide resolved
@yhirose
Copy link
Owner

yhirose commented Oct 15, 2021

@CarlosLeeGit, sorry that I didn't submit my review... Now you see them. :)

@CarlosLeeGit
Copy link
Contributor Author

@yhirose i will use cpp-httlib in our project. so i want to known the release plan for next version. could i be informed. :)

@yhirose yhirose merged commit b80aa7f into yhirose:master Oct 15, 2021
@yhirose
Copy link
Owner

yhirose commented Oct 15, 2021

The fix is in v0.9.7. Thanks for your contribution!

ExclusiveOrange pushed a commit to ExclusiveOrange/cpp-httplib-exor that referenced this pull request May 2, 2023
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.

2 participants