Releases: arduino-libraries/ArduinoBearSSL
Releases · arduino-libraries/ArduinoBearSSL
Release 1.7.4
What's Changed
- Increase buffer size for more capable boards by @manchoz in #72
- Bump actions/checkout from 3 to 4 by @dependabot in #73
- Adding parenthesis to macro definition prevents erroneous calculation. by @aentinger in #81
- Bump actions/download-artifact from 3 to 4 by @dependabot in #76
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #77
- Bump geekyeggo/delete-artifact from 2 to 4 by @dependabot in #78
- Fix regression re report-size-deltas after updating actions/upload-artifact. by @aentinger in #82
- Fix regression: report size delta size on PR. by @aentinger in #83
- Fix size deltas report infrastructure configuration by @aentinger in #84
- Bump geekyeggo/delete-artifact from 4 to 5 by @dependabot in #85
- Extend library configurability using config file by @pennam in #80
- Remove ArduinoBearSSLConfig.h files from sketch folder by @pennam in #87
- Describe how to include the custom configuration in Sketch by @pennam in #91
- Trust Anchors cleanup and update by @pennam in #90
New Contributors
Full Changelog: 1.7.3...1.7.4
Release 1.7.3
Release 1.7.2
Release 1.7.2
Release 1.7.1
- Singletons for AES128, SHA256, MD5, DES are not instantiated by default on resource constrained platforms (starting with MEGAAVR)
Fixes the CI build failure in https://github.com/arduino/ArduinoCore-megaavr core
1.7.0
Changelog
- Update CI workflows to modern standards (#40)
- Add
setEccChain
function (#39) (This will allow the user to specifiy a client certificate chain instead of a single client certificate). - Enable setting client certificate parent (#44)
- Add
ARDUINO_DISABLE_ECCX08
(#45) This new compilation flag can be set through ArduinoBearSSLConfig.h and will allow the user to use ArduinoBearSSL without ECCX08).