Fix order of arguments to calloc()
Remove dead code.
Cosmetic changes
update
Clean up some stuff.
This fixes the process errors, a certificate is fetched in less than 90 seconds.
Try to cope better with pending validation. Work in progress.
Make this work both in C and in C++.
Update docs
Slight change to utility function
Update
It works
Cleanup
Move some stuff from the got_ip callback to after the call to example_connect(). Much
remove unused file
Update
Fixes
Add dyndns to the temporary file for C language integration
Update docs
Partition and flash size
Simplify
Work in progress
Ignore subdirectory
Add utility function
Working example, I think
Auch, previous version of the example had everything except the code to call acmeclient,
Add a function and a macro to query acmeclient version number.
update
Some bugfixes.
Cope with ArduinoJson v7 changes
More realistic application using the acmeclient
Avoid sntp error
Update
Change structure of this code base to comply with the component framework.
Update
Move to esp-idf-v5.* .
Allow use of a certificate bundle to replace individual root certificates
Logging verbosity back to normal
Acme.cpp : bugfix.
Remove separate static dyndns tag
First cut at using ArduinoJson v6.
Update for basic auth
Clean up
Documentation update.
Update comment about esp-idf bug
Move acmeclient to components directory
Remove
Remove
Delete
Update to current working version
esp-idf-v4.3 build support
Add esp-idf v4.3 supported build so this can be a component
Misc improvements
Update to esp-idf-4.3
Also need to pass the root certificate on the new-nonce query
Stuff to cope with esp-idf-v4.3 requirements :
More error handling
More error handling
Replace boolean by bool (Arduino.h dependency removal).
Implement getters for DynDNS, verbosity tweaks for Acme
Decrease logging verbosity
Document DynDNS
Non-functional changes
Work in progress
Work in progress
Work in progress
Bugfix
Original version of esp_http_client
Work in progress on supporting more than one url in the Acme process.
Documentation update
Documentation update
Small bugfixes
Remove IDF_PATH.
Replace Arduino boolean by C++ bool
Add API to set provider from string
Lower verbosity
Reduce verbosity
Reduce verbosity
Reduce verbosity
Reduce verbosity
Remove dependency on Arduino String type.
bugfix
Add remark and URLs for LittleFS
Changes to remove SPIFFS dependency, and to create directories when working with LittleFS.
Do sensible things if nothing is configured at all.
A bit more explanation
Rename global variable
Move sample program to the right place
decrease verbosity
Make the DynDNS support more generic : support no-ip.com as well as cloudns.net .
Lower verbosity
Identify ourselves more properly as a library.
Get don't use the FTP calls in the example unless the macros are defined.
Changed the place to check FTP config (was wrong, too early).
Removing ftp server sources.
Documentation update
Disable the local web server in several more places.
Be cleaner about registering URI handlers
Simple renewal test
First succesfull run with a local web server.