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

Fix segfault in x509_cert #4874

Merged
merged 1 commit into from
Oct 17, 2018
Merged

Fix segfault in x509_cert #4874

merged 1 commit into from
Oct 17, 2018

Commits on Oct 17, 2018

  1. Fix segfault in x509_cert

    - When no tls params are in config, tlsCfg will be nil
    - fix setting hostname in tlsCfg it will contain the port number and never correctly match server certs
    - Add a test that shows that it now works
    - Fix readme as port number is required in soruces
    mcfedr committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    0c69c96 View commit details
    Browse the repository at this point in the history