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

Verification options for TLS #2587

Merged
merged 8 commits into from
May 2, 2017
Merged

Commits on Apr 25, 2017

  1. Add verification options to TLS config struct

    Pete Wildsmith committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    17decf9 View commit details
    Browse the repository at this point in the history
  2. Copy TLSConfig verification flags in server create

    Pete Wildsmith committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    44a91c3 View commit details
    Browse the repository at this point in the history
  3. Verification options allowed in TLS config

    Pete Wildsmith committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    54e5dd6 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2017

  1. apply gofmt

    Pete Wildsmith committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    dadfc95 View commit details
    Browse the repository at this point in the history
  2. fix config parse test

    Pete Wildsmith committed Apr 26, 2017
    Configuration menu
    Copy the full SHA
    6ca0575 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. reduce to one configuration option

    There should be just one option, verify_https_client, which
    controls incoming and outgoing validation for the HTTPS wrapper
    Pete Wildsmith committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    a4ad6eb View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2017

  1. address feedback

    Pete Wildsmith committed Apr 29, 2017
    Configuration menu
    Copy the full SHA
    36f5954 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2017

  1. update test

    weargoggles committed Apr 30, 2017
    Configuration menu
    Copy the full SHA
    b16409a View commit details
    Browse the repository at this point in the history