From 66f46e4a4a230b92b826c76f0caef5e546385ba4 Mon Sep 17 00:00:00 2001 From: mom040267 Date: Sun, 25 Jan 2015 04:54:12 +0000 Subject: [PATCH] docs updates --- ChangeLog | 4 ++-- STATUS | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 50f7dd59..7ac716ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ 1/24/2015 Oleg Moskalenko Version 4.4.1.1 'Ardee West': - https admin server; - - SSLv2 support removed (security concern fixed); - - The server-side short-term credentials mechanism support removed; + - SSLv2 support cancelled (security concern fixed); + - The server-side short-term credentials mechanism support cancelled; - OpenSSL 1.1.0 supported; - shared secrets fixed in MongoDB: multiple secrets per realm allowed; - shared secrets admin fixed in Redis; diff --git a/STATUS b/STATUS index d137195a..c3f1b1b3 100644 --- a/STATUS +++ b/STATUS @@ -112,6 +112,13 @@ compatibility. 48) DTLS1.2 supported. 49) ALPN stun.turn and stun.nat-discovery supported. + +50) SSLv2 support cancelled. + +51) The short-term credentials server-side support cancelled (still +supported in the client library). + +52) Web HTTPS admin interface implemented. Things to be implemented in future (the development roadmap) are described in the TODO file.