Skip to content

Commit 32b658c

Browse files
author
ID Bot
committed
Script updating gh-pages from 8dff718. [ci skip]
1 parent 95b1ffe commit 32b658c

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

draft-ietf-anima-rfc8366bis.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,12 +1961,12 @@ <h2 id="name-voucher-artifact">
19611961
<p id="section-8-6">Only the format of Voucher that is expected is signaled in the form of a (MIME) media
19621962
type in the HTTP "Accept" header <span>[<a href="#RFC9110" class="cite xref">RFC9110</a>]</span>.<a href="#section-8-6" class="pilcrow"></a></p>
19631963
<p id="section-8-7">For Vouchers stored/transferred via methods like a USB storage device (USB key), the Voucher format is usually signaled by a filename extension.<a href="#section-8-7" class="pilcrow"></a></p>
1964-
<p id="section-8-8">In the constrained versions of the voucher and voucher-request (as used by <span>[<a href="#cBRSKI" class="cite xref">cBRSKI</a>]</span>), the fields <code>pinned-domain-pubk</code> (<code>proximity-registrar-pubk</code> for requests) and <code>pinned-domain-pubk-sha256</code> (<code>proximity-registrar-pubk-sha256</code> for requests) can be used to pin the raw public key, or just the SHA256 hash of the raw public key.
1964+
<p id="section-8-8">In the constrained versions of the voucher and voucher-request (as used by <span>[<a href="#cBRSKI" class="cite xref">cBRSKI</a>]</span>), the attributes <code>pinned-domain-pubk</code> (<code>proximity-registrar-pubk</code> for requests) and <code>pinned-domain-pubk-sha256</code> (<code>proximity-registrar-pubk-sha256</code> for requests) are involved in the process of pinning a raw public key.
19651965
The public keys are to be encoded according to <span>[<a href="#RFC7250" class="cite xref">RFC7250</a>], <a href="https://rfc-editor.org/rfc/rfc7250#section-3" class="relref">Section 3</a></span> for RSA and EcDSA keys, noting that <span>[<a href="#RFC8032" class="cite xref">RFC8032</a>]</span> extends this to include an OID for EdDSA.
19661966
The old (1024-bit) DSA algorithm is not supported.<a href="#section-8-8" class="pilcrow"></a></p>
19671967
<p id="section-8-9">When EcDSA is supported, curves secp256r1 and secp384r1 <span class="bcp14">SHOULD</span> be supported.
19681968
When EdDSA is supported, curves Ed25519 and Ed448 <span class="bcp14">SHOULD</span> be supported.
1969-
When RSA is supported, sizes of at least 2048 bits <span class="bcp14">SHOULD</span> be supported, with support for sizes up to 4096 bits as <span class="bcp14">RECOMMENDED</span>.<a href="#section-8-9" class="pilcrow"></a></p>
1969+
When RSA is supported by an implementation, it <span class="bcp14">SHOULD</span> support key lengths between 2048 and 4096 bits.<a href="#section-8-9" class="pilcrow"></a></p>
19701970
<p id="section-8-10">Of the above, EcDSA <span class="bcp14">SHOULD</span> be supported by all implementations, until some quantum-safe variant is standardized.<a href="#section-8-10" class="pilcrow"></a></p>
19711971
<p id="section-8-11">Should SHA256 need to be replaced, then a new YANG module will be published with a new leaf, obsoleting <code>pinned-domain-pubk-sha256</code> and <code>proximity-registrar-pubk-sha256</code>.<a href="#section-8-11" class="pilcrow"></a></p>
19721972
<div id="voucher-tree-diagram">

draft-ietf-anima-rfc8366bis.txt

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -712,19 +712,18 @@ Table of Contents
712712
extension.
713713

714714
In the constrained versions of the voucher and voucher-request (as
715-
used by [cBRSKI]), the fields pinned-domain-pubk (proximity-
715+
used by [cBRSKI]), the attributes pinned-domain-pubk (proximity-
716716
registrar-pubk for requests) and pinned-domain-pubk-sha256
717-
(proximity-registrar-pubk-sha256 for requests) can be used to pin the
718-
raw public key, or just the SHA256 hash of the raw public key. The
719-
public keys are to be encoded according to [RFC7250], Section 3 for
720-
RSA and EcDSA keys, noting that [RFC8032] extends this to include an
721-
OID for EdDSA. The old (1024-bit) DSA algorithm is not supported.
717+
(proximity-registrar-pubk-sha256 for requests) are involved in the
718+
process of pinning a raw public key. The public keys are to be
719+
encoded according to [RFC7250], Section 3 for RSA and EcDSA keys,
720+
noting that [RFC8032] extends this to include an OID for EdDSA. The
721+
old (1024-bit) DSA algorithm is not supported.
722722

723723
When EcDSA is supported, curves secp256r1 and secp384r1 SHOULD be
724724
supported. When EdDSA is supported, curves Ed25519 and Ed448 SHOULD
725-
be supported. When RSA is supported, sizes of at least 2048 bits
726-
SHOULD be supported, with support for sizes up to 4096 bits as
727-
RECOMMENDED.
725+
be supported. When RSA is supported by an implementation, it SHOULD
726+
support key lengths between 2048 and 4096 bits.
728727

729728
Of the above, EcDSA SHOULD be supported by all implementations, until
730729
some quantum-safe variant is standardized.

0 commit comments

Comments
 (0)