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 tls chain #63

Merged
merged 4 commits into from
Nov 13, 2023
Merged

Add tls chain #63

merged 4 commits into from
Nov 13, 2023

Conversation

jetmore
Copy link
Owner

@jetmore jetmore commented Nov 13, 2023

This fleshes out the initial implementation of --tls-chain from #60

wolfgangkarall and others added 4 commits October 13, 2023 19:52
--tls-cert alone is not enough if an intermediate cert has to be
supplied to the server as well.
- generating new test certificates for chained signing
- exim config changes to support client cert verification testing
- update smtp-server.pl to record peer-cert-chain info
Previous version required all certs be in the chain file, including the end cert
this version allows any of the following:
- complete chain provided via --tls-cert
- end cert in tls-cert, no chain
- end cert in tls-cert, chain in tls-chain
@jetmore jetmore added the enhancement New functionality slated to be implemented someday label Nov 13, 2023
@jetmore jetmore self-assigned this Nov 13, 2023
@jetmore jetmore merged commit 82950e4 into develop Nov 13, 2023
@jetmore jetmore deleted the add-tls-chain branch November 13, 2023 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New functionality slated to be implemented someday
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants