status updated

This commit is contained in:
mom040267 2014-10-03 05:38:08 +00:00
parent caada86ab7
commit ee20e42fea
2 changed files with 10 additions and 7 deletions

2
STATUS
View File

@ -104,6 +104,8 @@ compatibility.
44) Double (dual) allocation added (SSODA draft).
45) Secure MySQL connection implemented.
46) Third-party security mechanism (through oAuth) implemented.
Things to be implemented in future (the development roadmap)
are described in the TODO file.

15
TODO
View File

@ -47,7 +47,6 @@
==================================================================
1) New security oAuth draft.
==================================================================
@ -57,15 +56,13 @@
1) For extra difficult NAT/FWs, consider implementing Websockets.
2) MS TURN, MS STUN extensions.
2) ALPN with TLS and DTLS (when OpenSSL 1.0.2 is available).
3) ALPN with TLS and DTLS (when OpenSSL 1.0.2 is available).
3) Redirect draft.
4) Redirect draft.
4) DTLS 1.2 (when available).
5) DTLS 1.2 (when available).
7) TURN Proxy ? http://tools.ietf.org/html/draft-schwartz-rtcweb-return-00
5) TURN Proxy ? http://tools.ietf.org/html/draft-schwartz-rtcweb-return-00
==================================================================
@ -97,6 +94,10 @@
4) Ganglia monitoring.
5) Web API to the database (oAuth keys, for example).
6) Key exchange mechanism for oAuth.
==================================================================
### VIII. CODING STUFF ###