Update NEWS for some recent changes

- CVE-2016-2400
 - OpenSSL as hcrypto backend
 - Thread support on Windows
 - HDB LMDB backend
 - iprop revamp
This commit is contained in:
Nicolas Williams
2016-04-14 15:59:49 -05:00
parent f064f2d14b
commit 4a023499d3

8
NEWS
View File

@@ -3,9 +3,15 @@ Release Notes - Heimdal - Version Heimdal 1.6
Security
- ...
- kx509 realm-chopping security bug
- non-authorization of alias additions/removals in kadmind
Feature
- libhcrypto has new backends: CNG (Windows), PKCS#11 (mainly for
Solaris), and OpenSSL. OpenSSL is now a first-class libhcrypto backend.
OpenSSL 1.0.x and 1.1 are both supported.
- HDB now supports LMDB
- Thread support on Windows
- RFC 6113 Generalized Framework for Kerberos Pre-Authentication (FAST)
- New GSS APIs:
. gss_localname
@@ -48,6 +54,8 @@ Release Notes - Heimdal - Version Heimdal 1.6
- Many more
Bug fixes
- iprop has been revamped to fix a number of race conditions that could
lead to data loss
- Include non-loopback addresses assigned to loopback interfaces
when requesting tickets with addresses
- KDC 1DES session key selection (for AFS rxkad-k5 compatibility)