On Thu, 11 Dec 2014, Viktor Dukhovni wrote:

   * Domains that publish user SMIMEA records, which intend for
     for the names to be treated case insensitively, compute two
     hashes for each name:

            SHA2-224("Frank.Jr.")            -> <base32-hash1>
            SHA2-224(@lower:"frank.jr.") -> <base32-hash2>

     The DNS records are then:

        <base32-hash1>.example.com. IN SMIMEA ...
        <base32-hash2>.example.com. IN CNAME <base32-hash1>

Are you confusing wire format with presentation format? Why the extra
base32 ?

Paul

_______________________________________________
dane mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/dane

Reply via email to