Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: espressif/arduino-esp32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: esp32wrangler/arduino-esp32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Jan 5, 2022

  1. Add certificate bundle capability to WiFiClientSecure

    Enable usage of the ESP32 IDF's certificate bundle for WiFiClientSecure connections.
    
    Adds the ability to load a bundle or root certificates and use them for authenticating SSL servers.
    
    Based on work from Onno-Dirkzwager, Duckle29, kubo6472, meltdown03, kinafu and others.
    
    See also:
    - https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_crt_bundle.html
    - #3646
    - libraries/WiFiClientSecure/README.md
    esp32wrangler committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    974a7d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Fix build issues

    esp32wrangler committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    653d2ed View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    943aab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78ca6e8 View commit details
    Browse the repository at this point in the history
Loading