1
0
mirror of https://github.com/coturn/coturn.git synced 2025-10-29 14:01:01 +01:00

docs updates

This commit is contained in:
mom040267 2015-01-25 04:54:12 +00:00
parent 10f880c975
commit 66f46e4a4a
2 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,8 @@
1/24/2015 Oleg Moskalenko <mom040267@gmail.com> 1/24/2015 Oleg Moskalenko <mom040267@gmail.com>
Version 4.4.1.1 'Ardee West': Version 4.4.1.1 'Ardee West':
- https admin server; - https admin server;
- SSLv2 support removed (security concern fixed); - SSLv2 support cancelled (security concern fixed);
- The server-side short-term credentials mechanism support removed; - The server-side short-term credentials mechanism support cancelled;
- OpenSSL 1.1.0 supported; - OpenSSL 1.1.0 supported;
- shared secrets fixed in MongoDB: multiple secrets per realm allowed; - shared secrets fixed in MongoDB: multiple secrets per realm allowed;
- shared secrets admin fixed in Redis; - shared secrets admin fixed in Redis;

7
STATUS
View File

@ -113,5 +113,12 @@ compatibility.
49) ALPN stun.turn and stun.nat-discovery 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) Things to be implemented in future (the development roadmap)
are described in the TODO file. are described in the TODO file.