Skip to content

v0.1.7

  • v0.1.7
  • 69decb9
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
  • Choose a tag to compare

  • v0.1.7
  • 69decb9
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
@jgowdy-godaddy jgowdy-godaddy tagged this 06 Jun 17:39
Move self-signed certificate generation into the framework so callers don't
have to bring their own rcgen. `TlsConfig::self_signed(sans)` mints a fresh
self-signed cert (rcgen, behind the `tls` feature) for a backend hop whose peer
doesn't verify the chain (e.g. a load-balancer→task leg) — complementing the
existing `TlsConfig::from_pem`.

rcgen becomes an optional dependency gated on `tls` (was a dev-dependency for
the serve test, which now exercises the public helper instead). Bumps to 0.1.7.
Assets 2
Loading