Topic: DNSSEC
Author: Ryan Nicholl <r.p.nicholl@gmail.com>
Date: Sun, 27 Sep 2015 19:56:44 -0700 (PDT)
Raw View
------=_Part_3722_454676861.1443409004060
Content-Type: multipart/alternative;
boundary="----=_Part_3723_1832114858.1443409004060"
------=_Part_3723_1832114858.1443409004060
Content-Type: text/plain; charset=UTF-8
I believe that C++ should have a *fully functional *DNSSEC query
capability. Support for this would be optional, since I imagine some
operating systems would not include a DNS resolver / etc.
For example, I would like to be able to query for TXT records for
example.com. I should be able to do this using only the standard library,
without writing my own crypto code, etc. :)
This would make networking programming much easier, and cross platform.
--
---
You received this message because you are subscribed to the Google Groups "ISO C++ Standard - Future Proposals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to std-proposals+unsubscribe@isocpp.org.
To post to this group, send email to std-proposals@isocpp.org.
Visit this group at http://groups.google.com/a/isocpp.org/group/std-proposals/.
------=_Part_3723_1832114858.1443409004060
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr">I believe that C++ should have a <i>fully functional </i>D=
NSSEC query capability. Support for this would be optional, since I imagine=
some operating systems would not include a DNS resolver / etc.<br><br>For =
example, I would like to be able to query for TXT records for example.com. =
I should be able to do this using only the standard library, without writin=
g my own crypto code, etc. :)<br>This would make networking programming muc=
h easier, and cross platform.<br></div>
<p></p>
-- <br />
<br />
--- <br />
You received this message because you are subscribed to the Google Groups &=
quot;ISO C++ Standard - Future Proposals" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to <a href=3D"mailto:std-proposals+unsubscribe@isocpp.org">std-proposa=
ls+unsubscribe@isocpp.org</a>.<br />
To post to this group, send email to <a href=3D"mailto:std-proposals@isocpp=
..org">std-proposals@isocpp.org</a>.<br />
Visit this group at <a href=3D"http://groups.google.com/a/isocpp.org/group/=
std-proposals/">http://groups.google.com/a/isocpp.org/group/std-proposals/<=
/a>.<br />
------=_Part_3723_1832114858.1443409004060--
------=_Part_3722_454676861.1443409004060--
.
Author: Thiago Macieira <thiago@macieira.org>
Date: Sun, 27 Sep 2015 20:14:32 -0700
Raw View
On Sunday 27 September 2015 19:56:44 Ryan Nicholl wrote:
> I believe that C++ should have a *fully functional *DNSSEC query
> capability. Support for this would be optional, since I imagine some
> operating systems would not include a DNS resolver / etc.
>
> For example, I would like to be able to query for TXT records for
> example.com. I should be able to do this using only the standard library,
> without writing my own crypto code, etc. :)
> This would make networking programming much easier, and cross platform.
Before we have a secure query mechanism, we should have sockets and regular
query mechanisms. We're not there yet.
--
Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org
Software Architect - Intel Open Source Technology Center
PGP/GPG: 0x6EF45358; fingerprint:
E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
--
---
You received this message because you are subscribed to the Google Groups "ISO C++ Standard - Future Proposals" group.
To unsubscribe from this group and stop receiving emails from it, send an email to std-proposals+unsubscribe@isocpp.org.
To post to this group, send email to std-proposals@isocpp.org.
Visit this group at http://groups.google.com/a/isocpp.org/group/std-proposals/.
.