Bug Fixes
- Prevent the default OpenSSL config from being loaded from the host machine (OPENSSL_CONF env var or /etc/ssl/openssl.cnf file) in self-hosted installations to ensure that only redpanda configs control the crypto and TLS settings of the broker. by @pgellert in #30141
- fixes a 3-way circular deadlock can occur in
rm_stminvolving. The deadlock can happen when processing transactions by @mmaslankaprv in #30153
Full Changelog: v26.1.4...v26.1.5