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

openssl: don't try to print nonexistant peer private keys #1425

Closed
wants to merge 1 commit into from

Conversation

davidben
Copy link
Contributor

X.509 certificates carry public keys, not private keys. Fields
corresponding to the private half of the key will always be NULL.

X.509 certificates carry public keys, not private keys. Fields
corresponding to the private half of the key will always be NULL.
@mention-bot
Copy link

@davidben, thanks for your PR! By analyzing the history of the files in this pull request, we identified @bagder, @yangtse and @captain-caveman2k to be potential reviewers.

Copy link
Member

@bagder bagder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hah, what a fine catch - even if I feel a bit silly for having added that code once!

@bagder bagder added the TLS label Apr 17, 2017
@bagder bagder closed this in 997504e Apr 17, 2017
@bagder
Copy link
Member

bagder commented Apr 17, 2017

thanks!

@lock lock bot locked as resolved and limited conversation to collaborators May 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

None yet

3 participants