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

Add optional private key password to SSLServer ctor #1205

Merged
merged 1 commit into from
Feb 27, 2022
Merged

Add optional private key password to SSLServer ctor #1205

merged 1 commit into from
Feb 27, 2022

Conversation

sebblanchet
Copy link
Contributor

This parameter bypasses the prompt at runtime when using an encrypted private key:

Enter PEM pass phrase:

Let me know if you think it might be worth adding this and I can add required unit tests.

@yhirose
Copy link
Owner

yhirose commented Feb 23, 2022

@sebastienblanchet, could you add a unit test in test/test.cc? Then, I'll take a look at it. Thanks!

@sebblanchet
Copy link
Contributor Author

sebblanchet commented Feb 25, 2022

@yhirose, awesome thanks, test/test.cc added!

Can you please trigger your CI job to see if passes against your full test suite ?

@yhirose
Copy link
Owner

yhirose commented Feb 27, 2022

@sebastienblanchet, looks good to me. Thanks for your fine contribution!

@yhirose yhirose merged commit 8191fd8 into yhirose:master Feb 27, 2022
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