Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [v2.0.0](https://github.com/jackjansen/esp32_idf5_https_server/tree/master)

– For self-signed certificates generated on the ESP32, the CN is now added as subjectAltName

Breaking changes:

– Generating self-signed certificates requires now a `CN=` as part of the distinguished name of the subject

## [v1.1.1](https://github.com/jackjansen/esp32_idf5_https_server/tree/master)

- Addressed issues with esp32-arduino-core v3 and esp-idf 5.0
Expand Down
Loading