aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2019-02-16 18:03:16 +0100
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2019-02-16 18:03:16 +0100
commitd028332a9f33278451508b8638f356e8d59d4689 (patch)
tree03d756650e870fbe9a74a9e16fc78837c2dbcd9b
parentfb8363967275aa36a8b7a470155d2b0e7223996f (diff)
downloadwww-d028332a9f33278451508b8638f356e8d59d4689.tar.gz
www-d028332a9f33278451508b8638f356e8d59d4689.zip
minor fixes
-rw-r--r--news/2019-02.inc12
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
43Name System. 43Name System.
44Currently, it uses an encryption scheme called attribute-based encryption. 44Currently, it uses an encryption scheme called attribute-based encryption.
45However, through the clever use of GNS's built in record encryption, 45However, through the clever use of GNS's built in record encryption,
46it is possible to 46it is possible to...
47<ol> 47<ol>
48<li> Improve performance by reducing encryption overhead</li> 48<li> ... improve performance by reducing encryption overhead.</li>
49<li> Reduce dependencies</li> 49<li> ... reduce dependencies.</li>
50</ol> 50</ol>
51<br/>
51This project also includes two separate, smaller tasks: 52This project also includes two separate, smaller tasks:
52<ul> 53<ul>
53<li> Performance improvements to the out-of-band authorization flow (OpenID Connect) to</li> 54<li> Performance improvements to the out-of-band authorization flow (OpenID Connect)</li>
54<li> Webextension which allows reclaimID to be used without the need of 55<li> A webextension which allows reclaimID to be used without the need of a GNS proxy.
55a GNS proxy.
56</ul> 56</ul>
57The two smaller tasks are optional and may be dropped in case the student 57The two smaller tasks are optional and may be dropped in case the student
58encounters any unforseen complications when implementing the main task. 58encounters any unforseen complications when implementing the main task.