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

Feature request: let client compare self-signed server cert against local embedded version #81

Merged
merged 10 commits into from
Nov 23, 2019
Merged

Feature request: let client compare self-signed server cert against local embedded version #81

merged 10 commits into from
Nov 23, 2019

Commits on Aug 17, 2019

  1. Adding feature when using self signed certificates to allow client to…

    … check the server certificate using an embedded local certificate
    kkieffer committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    2c5e6e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    64cd0d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    150fadd View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    8b6785e View commit details
    Browse the repository at this point in the history
  2. Enabling SSL for OSX tests, previous configuration did not work with …

    …client connection. Added test for embedded certificate on OSX. Adding cert.der (converted from existing cert.pem) to use as embedded server cert.
    kkieffer committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    df7a411 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8eb3a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Changed order of tests using A, B in test names to see if original te…

    …st will pass Travis CI.
    kkieffer committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    09a37f8 View commit details
    Browse the repository at this point in the history
  2. Updating to upstream changes

    Merge remote-tracking branch 'upstream/master' into embeddedServerCert
    kkieffer committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    b33c86a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    45e11e6 View commit details
    Browse the repository at this point in the history
  2. Fixing test names for Linux.

    kkieffer committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    5370e73 View commit details
    Browse the repository at this point in the history