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

ngtcp2: verify the server cert on connect #8178

Closed
wants to merge 2 commits into from

Commits on Dec 25, 2021

  1. ngtcp2: verify the server cert on connect (quictls)

    Make ngtcp2+quictls correctly acknowledge `CURLOPT_SSL_VERIFYPEER` and
    `CURLOPT_SSL_VERIFYHOST`.
    
    The name check now uses a function from lib/vtls/openssl.c which will
    need attention for when TLS is not done by OpenSSL or is disabled while
    QUIC is enabled.
    
    Possibly the servercert() function in openssl.c should be adjusted to be
    able to use for both regular TLS and QUIC.
    
    Ref: #8173
    bagder committed Dec 25, 2021
    Configuration menu
    Copy the full SHA
    7dae4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08bcfd8 View commit details
    Browse the repository at this point in the history