diff --git a/STATUS b/STATUS index 6d4090fa..d5cd76e0 100644 --- a/STATUS +++ b/STATUS @@ -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. diff --git a/TODO b/TODO index 56ebc9b2..ead7305b 100644 --- a/TODO +++ b/TODO @@ -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 ###