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 untrusted client certs #8248

Commits on Sep 17, 2019

  1. Merge untrusted-client-cert support from previous PR#6760

    Signed-off-by: Michael Hargreaves <[email protected]>
    micheal.hargreaves authored and owlbreeze committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    76db27e View commit details
    Browse the repository at this point in the history
  2. cert.proto doco update

    Signed-off-by: Michael Hargreaves <[email protected]>
    micheal.hargreaves authored and owlbreeze committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    fa49263 View commit details
    Browse the repository at this point in the history
  3. Formatting corrections

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    ac64de9 View commit details
    Browse the repository at this point in the history
  4. Fixed conn_manager_utility_test

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    7183a27 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Corrected spelling

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    b46e68f View commit details
    Browse the repository at this point in the history
  2. Updated certificate_validation_context_config BUILD deps

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    651c486 View commit details
    Browse the repository at this point in the history
  3. Corrected spelling

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    068a96d View commit details
    Browse the repository at this point in the history
  4. Added x-forwarded-untrusted-client-cert acronym XFUCC to tools/spelli…

    …ng_dictionary.txt
    
    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    a2af86a View commit details
    Browse the repository at this point in the history
  5. Description tidy-up from code review

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    38aa67c View commit details
    Browse the repository at this point in the history
  6. Rename verify_certificate_trust_chain to trust_chain_verification

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    0b5d7f6 View commit details
    Browse the repository at this point in the history
  7. Fixed formatting

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    701083e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Added ssl_socket_test scenarios for trust_chain_verification modes

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    8930a36 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Merge branch 'master' of https://github.com/jimini-lumox/envoy into f…

    …eature-untrusted-client-certs
    
    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Oct 19, 2019
    Configuration menu
    Copy the full SHA
    5d33098 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2019

  1. Merge branch 'master' of https://github.com/jimini-lumox/envoy into f…

    …eature-untrusted-client-certs
    
    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Oct 20, 2019
    Configuration menu
    Copy the full SHA
    f5b063c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Changing routing based on client 'validated' checks to use new TlsCon…

    …textMatchOptions instead of additional header (x-forwarded-untrusted-client-cert)
    
    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    28222fc View commit details
    Browse the repository at this point in the history
  2. Removed 'x-forwarded-untrusted-client-cert' unit-test

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    2f197ad View commit details
    Browse the repository at this point in the history
  3. Fix format

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    ec67893 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Merged master

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    2f6a793 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Add router tlscontextmatch test for 'validated' configuration

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    1bf38c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Fix TlsContextMatch unit-test

    Signed-off-by: Michael Hargreaves <[email protected]>
    owlbreeze committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    d1e9b83 View commit details
    Browse the repository at this point in the history