diff options
author | ng0 <ng0@n0.is> | 2019-03-22 12:38:13 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-22 12:38:13 +0000 |
commit | d4aa746cfa67f0fa3c2d8a5f50b94ef19cb87713 (patch) | |
tree | c6e4e9ef392572f91a3629dafbae224ef1046f5d | |
parent | b9d3f0a1f804ab6a5863014ab5a7353a894335da (diff) |
Import older gsoc
-rw-r--r-- | template/gsoc.html.j2 | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/template/gsoc.html.j2 b/template/gsoc.html.j2 index 312d6153..c1b56889 100644 --- a/template/gsoc.html.j2 +++ b/template/gsoc.html.j2 @@ -472,6 +472,80 @@ {% endtrans %} </p> </section> + <section> + <h4>Implementation of additional transports</h4> + <p> + {% trans %} + Implementation of additional transports to make GNUnet communication + more robust in the presence of problematic networks: + GNUnet-over-SMTP, GNUnet-over-DNS + {% endtrans %} + </p> + <p> + {% trans %} + <strong>Mentors:</strong> Matthias Wachs + {% endtrans %} + </p> + </section> + <section> + <h4>Implementation of ALG-based NAT traversal methods</h4> + <p> + {% trans %} + Implementation of ALG-based NAT traversal methods (FTP/SIP-based hole + punching, better STUN support) + {% endtrans %} + </p> + <p> + {% trans %} + <strong>Mentors:</strong> Matthias Wachs + {% endtrans %} + </p> + </section> + <section> + <h4>Integration of the GNU Name System with GnuPG</h4> + <p> + {% trans %} + <strong>Mentors:</strong> Matthias Wachs, Christian Grothoff, Jeff Burdges + {% endtrans %} + </p> + </section> + <section> + <h4>libaboss improvements</h4> + <p> + {% trans %} + Improving libaboss to make computation on shared secrets (including + repeated multiplication) based + on <a href="https://dl.acm.org/citation.cfm?doid=62212.62213">Ben-Or + et al.</a> if possible. This in particular means moving libaboss to + bignums (gcry_mpi). + {% endtrans %} + </p> + <p><strong>Mentors:</strong> Krista Grothoff, Jeff Burdges</p> + </section> + <section> + <h4>Implementation of a replacement for PANDA</h4> + <p> + {% trans %} + Implementation of a replacement for PANDA (see Pond) with better + security, and maybe integration with the GNU Name System for key + exchange. + {% endtrans %} + </p> + <p> + {% trans %} + <strong>Mentors:</strong> Jeff Burdges + {% endtrans %} + </p> + </section> + <section> + <h4>Supporting GNU Guix's package distribution</h4> + <p> + {% trans %} + Please refer to the description for this project listed under + GNU Guix project ideas. + {% endtrans %} + </p> + </section> <!-- <h2>{{ _("Finished projects") }}</h2> --> |