-
-
Notifications
You must be signed in to change notification settings - Fork 473
libupsclient: Support multiple SSL contexts #3607
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
Open
jimklimov
wants to merge
26
commits into
networkupstools:master
Choose a base branch
from
jimklimov:issue-3439
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,264
−363
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b763cfd
clients/upsclient.{c,h}: add support for connection-specific SSL cont…
jimklimov d4dec1e
clients/nutclient.cpp: make OpenSSL "ssl_ctx" and NSS "_nss_initializ…
jimklimov 9c22639
tests/nutclienttest.cpp: add NutClientTest::test_ssl_context_registry…
jimklimov f4ad936
clients/nutclient.{h,cpp}: add Socket and TcpClient getters and sette…
jimklimov 60a2b4b
tests/nutclienttest.cpp: fix NutClientTest::test_ssl_context_registry…
jimklimov 1306c6e
docs/SSL_CONTEXT_ANALYSIS.adoc: add Copilot analysis of current situa…
jimklimov 1f51b8a
docs/SSL_CONTEXT_ANALYSIS.adoc: follow-up discussion for true multi-c…
jimklimov 706d8cd
clients/nutclient.cpp: nss_error(): pass `sock` to use desired cert w…
jimklimov a12061a
clients/upsclient.c: nss_password_callback(): prefer cert password st…
jimklimov 97726f3
clients/upsclient.c: GetClientAuthData(): pass `UPSCONN_t arg` to use…
jimklimov 3702d9b
clients/upsclient.{c,h}: track desired CERTIDENT name/pass via `UPSCO…
jimklimov cb14b9c
docs/SSL_CONTEXT_ANALYSIS.adoc: document the revisited multi-context …
jimklimov 67e3ed0
clients/upsclient.h: document current return values for upscli_init*(…
jimklimov c3510aa
clients/upsclient.{c,h}: Complete registry-based SSL multi-context re…
jimklimov 53b68a9
clients/upsclient.h: Expose opaque upscli_ssl_context_config_t type i…
jimklimov 8a3aa32
clients/upslog.c, clients/upsmon.c, clients/upsstats.c: Update multi-…
jimklimov b69680e
NEWS.adoc: document ability for multiple SSL contexts [#3439]
jimklimov 620878b
docs/new-clients.txt, docs/man/ups*.txt: document multiple SSL contex…
jimklimov 0aae2cf
clients/upsclient.c, clients/upslog.c, clients/upsstats.c: upscli_ssl…
jimklimov 9ddfbc7
clients/upsmon.c, clients/upslog.c, NEWS.adoc, docs, conf/* samples: …
jimklimov 49d4dd1
clients/upsclient.c: upscli_tryconnect(): debug-log getting into an S…
jimklimov 89f99a3
clients/upsmon.c: revise debug-logging of notifycmd_concat
jimklimov daea1dd
clients/nutclient.cpp: fix builds without OpenSSL [#3439]
jimklimov bbf86e2
tests/nutclienttest.cpp: test_ssl_context_registry(): adapt to builds…
jimklimov a18a250
clients/authconf.c, conf/*, docs/man/*: parse_authconf_file(): treat …
jimklimov 4ca230b
clients/upsmon.c, client/upsstats.c, conf/*, docs/man/*: support spec…
jimklimov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.