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): Expose more granular control of TLS configuration #48

Merged
merged 1 commit into from
Oct 8, 2019

Commits on Oct 8, 2019

  1. Rework TLS configuration to use a builder

    This commit reworks TLS configuration of both servers and endpoints in
    order to provide a more flexible API. We now add options to configure
    the selected TLS library using the appropriate 'native' configuration
    structures, as well as retaining the existing simplier interface which
    is compatible with both.
    
    The new API can also be easily extended to support simple interfaces for
    configuring mTLS and a range of other options without creating sprawl
    in the builders for `Server` and `Endpoint`.
    jen20 committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    95bc8ee View commit details
    Browse the repository at this point in the history