Skip to content

Releases: royalapplications/mit-kerberos

1.21.3_openssl-3.3.2

04 Sep 07:02
Compare
Choose a tag to compare

Upgrade to OpenSSL 3.3.2

https://openssl-library.org/news/openssl-3.3-notes/#major-changes-between-openssl-331-and-openssl-332-3-sep-2024

OpenSSL 3.3.2 is a security patch release. The most severe CVE fixed in this release is Moderate.

This release incorporates the following bug fixes and mitigations:

  • Fixed possible denial of service in X.509 name checks ([CVE-2024-6119])
  • Fixed possible buffer overread in SSL_select_next_proto() ([CVE-2024-5535])

1.21.3_openssl-3.3.1

28 Jun 09:35
99b275c
Compare
Choose a tag to compare
Merge pull request #1 from royalapplications/versions-include-openssl

1.21.3

28 Jun 08:13
983376d
Compare
Choose a tag to compare
  • Update MIT Kerberos to V1.21.3
  • Update OpenSSL to V3.3.1
  • Apply patch to force no URI lookup

The patch to force no URI lookup fixes an issue that occurs when using the .local TLD which clashes with Bonjour/mDNS. If URI lookup is enabled, DNS URI resolve requests will be done via mDNS which takes a long time and eventually fails. Afterwards, the SRV record is queried as a fallback which works fine. Since Windows DNS server does not even support URI records at the moment it should be ok to disable it by default at compile time. Users can still re-enable it in their krb5.conf if desired.

1.21.2

10 Jun 08:07
Compare
Choose a tag to compare
Update OpenSSL to 3.2.2