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

Add setSSLVersion call to SSL object #7920

Merged
merged 4 commits into from
Mar 15, 2021

Commits on Mar 12, 2021

  1. Add setSSLVersion call to SSL object

    Allow users to only allow specific TLS versions for connections with an
    additional call in their app, similar to the setCiphers call.
    
    Fixes esp8266#7918
    earlephilhower committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    70c8172 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    436e1cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9e983b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c2ad2f View commit details
    Browse the repository at this point in the history