David Narayan

Results 4 issues of David Narayan

Adds an option that allows the user to specify a file of one or more CA certificates that can be used for SSL peer validation. These CA certificates are added...

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...

It would be helpful to allow additional CA certificates to be used for SSL peer validation. Currently the only options are validation against known root CAs or skipping verification using...

In some cases, clients need to include a complete certificate chain for a mutual auth transaction. The current implementation of -E and `readClientCert` does not support multiple certificates.