Release: v1.3.44
Weekly release for May 09 2023
What's Changed
- Fix end-of-data behavior by @lrstewart in #3945
- Add logging for failed CRT tests by @lrstewart in #3962
- Cover more situations where no close_notify is sent/received by @lrstewart in #3957
- chore[bindings]: release 0.0.30 by @toidiu in #3956
- chore: remove module.modulemap by @toidiu in #3961
- Add API to create s2n_configs without loading system certs by @goatgoose in #3950
- Add new API to perform half-close by @lrstewart in #3952
- Add test for cipher selection with dh params by @lrstewart in #3974
- style: clean up fuzz corpus by @jmayclin in #3971
- Only Rust LTO with GCC by @justsmth in #3968
- docs: update clang-format and gdb documentation by @jmayclin in #3967
- s2n_rand_cleanup: be sure to unregister s2n RAND engine from libcrypto by @riverszhang89 in #3966
- Use custom library context for rc4 instead of global default context by @lrstewart in #3980
- Add 32 bit buildspec by @jmayclin in #3977
- test: fix session-ticket, non-blocking-io tests on 32 bit by @jmayclin in #3969
New Contributors
- @riverszhang89 made their first contribution in #3966
Full Changelog: v1.3.43...v1.3.44