summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 8 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8eb8ad4..35ac696 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
Changes in release 0.32.0:
* Interface changes:
- - none, API and ABI backwards-compatible with 0.27.x and later
+ - API and ABI backwards-compatible with 0.27.x and later
+ - NE_AUTH_DIGEST now only enables RFC 2617/7616 auth by default;
+ to enable weaker RFC 2069 Digest, use NE_AUTH_WEAK_DIGEST
+ (this is not treated as an API/ABI break)
* API clarification:
- for ne_auth.h, the character encoding of the username provided
by a credentials callback was unspecified. Callers providing
@@ -9,8 +12,10 @@ Changes in release 0.32.0:
if the username cannot be sent safely.
* New interfaces and features:
- ne_string.h: added ne_strhash, ne_vstrhash, ne_strparam
- - added RFC 7616 (Digest authentication) support, including
- userhash, username*, SHA-256, SHA-512-256 algorithms
+ - ne_auth.h: added RFC 7616 (Digest authentication) support,
+ including userhash=, username*= and SHA-2-256/512-256 algorithms
+ (SHA-2 requires GnuTLS/OpenSSL). added NE_AUTH_WEAK_DIGEST
+ to re-enable RFC 2069 Digest support
Changes in release 0.31.0:
* Interface changes: