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

server: specific err for config w/o cert resolver #472

Merged
merged 1 commit into from
Oct 4, 2024

Commits on Oct 4, 2024

  1. server: specific err for config w/o cert resolver

    When we made the server config builder use an out param for the built
    config it allowed us to return an error when building a config without
    a cert resolver. At the time we used `RUSTLS_RESULT_GENERAL`, but this
    offers no significant hint at the root cause. This commit introduces
    a new `RUSTLS_RESULT_NO_CERT_RESOLVER` error and updates the impl and
    unit test to use it.
    cpu committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1c5a651 View commit details
    Browse the repository at this point in the history