From 8ca87c2233c82599150cf4ab39c0b2f78c64aeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 11 Feb 2009 05:57:56 +0000 Subject: [PATCH] Basic support for ECDSA when using OpenSSL git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24670 ec53bebd-3082-4978-b11e-865c3cabbd6b --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4b69f6448..bb7bfa825 100644 --- a/NEWS +++ b/NEWS @@ -7,15 +7,16 @@ Release Notes - Heimdal - Version Heimdal 1.3 - Support BER in ASN.1 library (needed for CMS) - Support decryption in Keychain private keys - Support for new sqlite based credential cache - - Try both to KDC referals the the common DNS reverse lookup in GSS-API. + - Try both to KDC referals the the common DNS reverse lookup in GSS-API - Fix the KCM not not leak resources on failure - - Add IPv6 support to iprop. + - Add IPv6 support to iprop - Support localization of error strings in - kinit/klist/kdestroy and Kerberos library. + kinit/klist/kdestroy and Kerberos library - Remove Kerberos 4 support in application (still in KDC) - Deprecate DES - Support i18n password in windows domains (using UTF-8) - More complete API emulation of OpenSSL in hcrypto + - Basic support for ECDSA when using OpenSSL API changes