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

feat(transport): Add default certificate caching support #721

Merged
merged 9 commits into from Dec 3, 2020

Commits on Oct 23, 2020

  1. feat(transport): Add default certificate caching support

    Cache and return the cached certificate as long as it has
    not expired. This avoids having to exec the cert provider
    command multiple times in the same session, especially
    when using a dial pool.
    andyrzhao committed Oct 23, 2020
    Copy the full SHA
    02ab92d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    97077e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Copy the full SHA
    5e5fdfd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e51e028 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Copy the full SHA
    117fe42 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    efc30c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Copy the full SHA
    63bb6d8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8a710b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Copy the full SHA
    130fac8 View commit details
    Browse the repository at this point in the history