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(tls): custom in memory CA certificates #12219

Merged
merged 9 commits into from
Sep 30, 2021

Commits on Sep 25, 2021

  1. feat(tls): custom in memory CA certificates

    This adds support for using in memory CA certificates for
    `Deno.startTLS`, `Deno.connectTLS` and `Deno.createHttpClient`.
    
    `certFile` is deprecated in `startTls` and `connectTls`, and removed
    from `Deno.createHttpClient`.
    lucacasonato committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    3d577a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    673e03e View commit details
    Browse the repository at this point in the history
  2. lint

    lucacasonato committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    43be20d View commit details
    Browse the repository at this point in the history
  3. fix test

    lucacasonato committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    da506d9 View commit details
    Browse the repository at this point in the history
  4. try again?

    lucacasonato committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    1e9ff8d View commit details
    Browse the repository at this point in the history
  5. fix doc comments

    lucacasonato committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    0999141 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1078ce1 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. perms -> permissions

    lucacasonato committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    3a92f3d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. fix fetch_test

    lucacasonato committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    d9603bb View commit details
    Browse the repository at this point in the history