mbedtls v0.11.1
Pre-release
Pre-release
Taowyoo
released this
14 Sep 19:52
·
79 commits
to master
since this release
What's Changed
- Set
MBEDTLS_SSL_OUT_CONTENT_LEN
to a smaller value to avoid client side record overflow by @Taowyoo in #294 - Improve CI by @Taowyoo in #296
- Allow name-mangling for the mbedtls_free and mbedtls_calloc functions by @DrTobe in #276
- Bump spin from 0.4.10 to 0.5.2 by @dependabot in #200
- Bump serde_cbor from 0.6.1 to 0.10.2 by @dependabot in #199
- Remove LTO for static function wrappers. by @xiaoyuxlu in #305
- Make once_cell dependency support no_std, fix #302 by @xiaoyuxlu in #303
- Remove write_pem function as its incorrect and write_pem_string should be used by @Christiaan676 in #311
- fix: return error when verify empty cert chain by @Taowyoo in #308
- Update CI by @Taowyoo in #312
- Add missing setter for
conf->new_session_tickets_count
by @Kazurin-775 in #313
New Contributors
- @xiaoyuxlu made their first contribution in #305
- @Christiaan676 made their first contribution in #311
- @Kazurin-775 made their first contribution in #313
Full Changelog: mbedtls_v0.11.0...mbedtls_v0.11.1