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 support for reading multiple certificates from a PEM file. #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

davidnarayan
Copy link

@davidnarayan davidnarayan commented Oct 24, 2018

The current implementation does not support multiple certificates in a single PEM file. This PR adds support for reading multiple certificates from the PEM. This use case is necessary when the client needs to pass a complete certificate chain as part of a mutual auth transaction.

Fixes #144

Note: Sample private keys have been included as part of the test suite. They are example keys only and should never be used as any part of a production implementation.

This use case may be necessary when the client needs to pass its
entire certificate chain as part of a mutual auth transaction.
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.

1 participant