diff --git a/Google-Summer-of-Code-2015.md b/Google-Summer-of-Code-2015.md index 8a057d8..d45ca00 100644 --- a/Google-Summer-of-Code-2015.md +++ b/Google-Summer-of-Code-2015.md @@ -118,7 +118,7 @@ Unit tests are important, especially for a security-related application like Ope ## Keys in DNSSEC/DANE -**Brief explanation:** Together with XMPP [(see their GSoC idea)](https://community.igniterealtime.org/docs/DOC-2892) we would like to extend the [MiniDNS library](https://github.com/rtreffer/minidns) with DNSSEC support to allow the retrieval of OpenPGP keys from DNS entries. +**Brief explanation:** Together with XMPP Foundation [(see their GSoC idea)](https://community.igniterealtime.org/docs/DOC-2892) we would like to extend the [MiniDNS library](https://github.com/rtreffer/minidns) with DNSSEC support to allow the retrieval of OpenPGP keys from DNS entries. MiniDNS is a DNS client library, which allows Android Apps and Java programs to resolve DNS resource records (RR). On Android, some resource records could not be resolved using only the Android API, for example DNS SRV RRs. Which was one of the main reasons MiniDNS was invented. Adding support for DNSSEC would be the logical next step to improve the security of the software using MiniDNS. See also [https://github.com/rtreffer/minidns/issues/7](https://github.com/rtreffer/minidns/issues/7).