diff options
author | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2019-02-16 18:03:16 +0100 |
---|---|---|
committer | Schanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de> | 2019-02-16 18:03:16 +0100 |
commit | d028332a9f33278451508b8638f356e8d59d4689 (patch) | |
tree | 03d756650e870fbe9a74a9e16fc78837c2dbcd9b | |
parent | fb8363967275aa36a8b7a470155d2b0e7223996f (diff) |
minor fixes
-rw-r--r-- | news/2019-02.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/news/2019-02.inc b/news/2019-02.inc index 6106261f..6a926ca2 100644 --- a/news/2019-02.inc +++ b/news/2019-02.inc @@ -43,16 +43,16 @@ reclaimID is a decentralized identity system build on top of the GNU Name System. Currently, it uses an encryption scheme called attribute-based encryption. However, through the clever use of GNS's built in record encryption, -it is possible to +it is possible to... <ol> -<li> Improve performance by reducing encryption overhead</li> -<li> Reduce dependencies</li> +<li> ... improve performance by reducing encryption overhead.</li> +<li> ... reduce dependencies.</li> </ol> +<br/> This project also includes two separate, smaller tasks: <ul> -<li> Performance improvements to the out-of-band authorization flow (OpenID Connect) to</li> -<li> Webextension which allows reclaimID to be used without the need of -a GNS proxy. +<li> Performance improvements to the out-of-band authorization flow (OpenID Connect)</li> +<li> A webextension which allows reclaimID to be used without the need of a GNS proxy. </ul> The two smaller tasks are optional and may be dropped in case the student encounters any unforseen complications when implementing the main task. |