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

advancedtls: CRL checking for golang gRPC #4489

Merged
merged 13 commits into from
Jul 15, 2021
Merged

advancedtls: CRL checking for golang gRPC #4489

merged 13 commits into from
Jul 15, 2021

Commits on May 25, 2021

  1. Initial code for CRL checking for golang gRPC.

    The intiial code only loads from directories following the
    X509_LOOKUP_hash_dir style.
    mattjo committed May 25, 2021
    Configuration menu
    Copy the full SHA
    9301419 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Add copyright

    mattjo authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    30f86be View commit details
    Browse the repository at this point in the history
  2. Add copyright

    Matt Jones authored Jun 1, 2021
    Configuration menu
    Copy the full SHA
    e08a671 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Fix review suggestions

    mattjo committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    4fe3df9 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Fix review suggestions

    mattjo committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    f18bd43 View commit details
    Browse the repository at this point in the history
  2. Fix RevocationStatus enum names

    mattjo committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    dc76ea8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Cleanup goroutine after test

    mattjo committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    ed9a235 View commit details
    Browse the repository at this point in the history
  2. Fix go.mod for advancedtls/examples

    mattjo committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    58a8026 View commit details
    Browse the repository at this point in the history
  3. Move testdata.Path to callsites

    mattjo committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    6c1cc4f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Address review comments

    mattjo committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    5c33912 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Migrate to grpclog.Component

    mattjo committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    6ec9cdd View commit details
    Browse the repository at this point in the history
  2. Fix misspell error

    mattjo committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    43fc6dc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2021

  1. Address review comments

    mattjo committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    4a190df View commit details
    Browse the repository at this point in the history