On Fri, 28 Aug 2015, Stephen Farrell wrote:

Thanks Paul, and all who contributed to the discussion.

I've requested IETF LC for that.

I've two nits you might want to check as IETF LC comments.

1. section 3 2nd last para - is the example correct? I get a different
result but maybe I'm doing something wrong?

echo hugh | openssl sha256
(stdin)= 8414d7c25c8679970a3ee0fea584d43e4b05b3bef7ebfa35def9265bb165d47d

That echo includes a newline, try:

 echo -n hugh | openssl sha256
(stdin)=
c93f1e400f26708f98cb19d936620da35eec8f72e57f9eec01c1afd64efa1583

2. I-D nits complains [1] about a few references and I think is correct.
Good to fix at next opportunity.

Cheers,
S,

[]1
https://www.ietf.org/tools/idnits?url=https://www.ietf.org/archive/id/draft-ietf-dane-openpgpkey-04.txt

Thanks, I'll fix those and two more typoes that Peter Spacek spotted.

Paul

_______________________________________________
dane mailing list
dane@ietf.org
https://www.ietf.org/mailman/listinfo/dane

Reply via email to