-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the documentation to include the latest revisions of draft-melnikov-scram-bis and draft-melnikov-scram-sha3-512 in the set of LDAP-related specifications.
- Loading branch information
Showing
4 changed files
with
70 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ | |
|
||
Network Working Group A. Melnikov, Ed. | ||
Internet-Draft Isode Ltd | ||
Intended status: Standards Track 19 October 2021 | ||
Expires: 22 April 2022 | ||
Intended status: Standards Track 24 August 2023 | ||
Expires: 25 February 2024 | ||
|
||
|
||
SCRAM-SHA3-512 and SCRAM-SHA3-512-PLUS Simple Authentication and | ||
Security Layer (SASL) Mechanisms | ||
draft-melnikov-scram-sha3-512-02 | ||
draft-melnikov-scram-sha3-512-03 | ||
|
||
Abstract | ||
|
||
|
@@ -32,30 +32,30 @@ Status of This Memo | |
time. It is inappropriate to use Internet-Drafts as reference | ||
material or to cite them other than as "work in progress." | ||
|
||
This Internet-Draft will expire on 22 April 2022. | ||
This Internet-Draft will expire on 25 February 2024. | ||
|
||
Copyright Notice | ||
|
||
Copyright (c) 2021 IETF Trust and the persons identified as the | ||
Copyright (c) 2023 IETF Trust and the persons identified as the | ||
document authors. All rights reserved. | ||
|
||
This document is subject to BCP 78 and the IETF Trust's Legal | ||
Provisions Relating to IETF Documents (https://trustee.ietf.org/ | ||
license-info) in effect on the date of publication of this document. | ||
Please review these documents carefully, as they describe your rights | ||
and restrictions with respect to this document. Code Components | ||
extracted from this document must include Simplified BSD License text | ||
as described in Section 4.e of the Trust Legal Provisions and are | ||
provided without warranty as described in the Simplified BSD License. | ||
extracted from this document must include Revised BSD License text as | ||
described in Section 4.e of the Trust Legal Provisions and are | ||
provided without warranty as described in the Revised BSD License. | ||
|
||
|
||
|
||
|
||
|
||
|
||
Melnikov Expires 22 April 2022 [Page 1] | ||
Melnikov Expires 25 February 2024 [Page 1] | ||
|
||
Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS October 2021 | ||
Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS August 2023 | ||
|
||
|
||
Table of Contents | ||
|
@@ -109,9 +109,9 @@ Table of Contents | |
|
||
|
||
|
||
Melnikov Expires 22 April 2022 [Page 2] | ||
Melnikov Expires 25 February 2024 [Page 2] | ||
|
||
Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS October 2021 | ||
Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS August 2023 | ||
|
||
|
||
4. Security Considerations | ||
|
@@ -125,12 +125,12 @@ Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS October 2021 | |
default channel binding to use (see Section 6.1 of [RFC5802]), | ||
assuming the above conditions are satisfied. As "tls-unique" channel | ||
binding is not defined for TLS 1.3 [RFC8446], when using SCRAM over | ||
TLS 1.3, the "tls-exporter" channel binding [tls-1.3-channel-binding] | ||
MUST be the default channel binding (in the sense specified in | ||
Section 6.1 of [RFC5802]) to use. | ||
TLS 1.3, the "tls-exporter" channel binding [RFC9266] MUST be the | ||
default channel binding (in the sense specified in Section 6.1 of | ||
[RFC5802]) to use. | ||
|
||
See [RFC4270] and [RFC6194] for reasons to move from SHA-1 to a | ||
strong security mechanism like SHA3-512. | ||
stronger security mechanism like SHA3-512. | ||
|
||
The strength of this mechanism is dependent in part on the hash | ||
iteration-count, as denoted by "i" in [RFC5802]. As a rule of thumb, | ||
|
@@ -165,9 +165,9 @@ Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS October 2021 | |
|
||
|
||
|
||
Melnikov Expires 22 April 2022 [Page 3] | ||
Melnikov Expires 25 February 2024 [Page 3] | ||
|
||
Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS October 2021 | ||
Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS August 2023 | ||
|
||
|
||
Minimum iteration-count: 10000 | ||
|
@@ -221,9 +221,9 @@ Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS October 2021 | |
|
||
|
||
|
||
Melnikov Expires 22 April 2022 [Page 4] | ||
Melnikov Expires 25 February 2024 [Page 4] | ||
|
||
Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS October 2021 | ||
Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS August 2023 | ||
|
||
|
||
[RFC4422] Melnikov, A., Ed. and K. Zeilenga, Ed., "Simple | ||
|
@@ -256,12 +256,9 @@ Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS October 2021 | |
Version 1.3", RFC 8446, DOI 10.17487/RFC8446, August 2018, | ||
<https://www.rfc-editor.org/info/rfc8446>. | ||
|
||
[tls-1.3-channel-binding] | ||
Whited, S., "Channel Bindings for TLS 1.3", Work in | ||
Progress, Internet-Draft, draft-ietf-kitten-tls-channel- | ||
bindings-for-tls13-11, 18 October 2021, | ||
<https://www.ietf.org/archive/id/draft-ietf-kitten-tls- | ||
channel-bindings-for-tls13-11.txt>. | ||
[RFC9266] Whited, S., "Channel Bindings for TLS 1.3", RFC 9266, | ||
DOI 10.17487/RFC9266, July 2022, | ||
<https://www.rfc-editor.org/info/rfc9266>. | ||
|
||
[NIST.FIPS.202] | ||
Dworkin, M., "SHA-3 Standard: Permutation-Based Hash and | ||
|
@@ -272,21 +269,19 @@ Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS October 2021 | |
|
||
6.2. Informative References | ||
|
||
[RFC4270] Hoffman, P. and B. Schneier, "Attacks on Cryptographic | ||
Hashes in Internet Protocols", RFC 4270, | ||
DOI 10.17487/RFC4270, November 2005, | ||
<https://www.rfc-editor.org/info/rfc4270>. | ||
|
||
|
||
|
||
|
||
|
||
Melnikov Expires 22 April 2022 [Page 5] | ||
Melnikov Expires 25 February 2024 [Page 5] | ||
|
||
Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS October 2021 | ||
Internet-Draft SASL SCRAM-SHA3-512/SCRAM-SHA3-512-PLUS August 2023 | ||
|
||
|
||
[RFC4270] Hoffman, P. and B. Schneier, "Attacks on Cryptographic | ||
Hashes in Internet Protocols", RFC 4270, | ||
DOI 10.17487/RFC4270, November 2005, | ||
<https://www.rfc-editor.org/info/rfc4270>. | ||
|
||
[RFC5226] Narten, T. and H. Alvestrand, "Guidelines for Writing an | ||
IANA Considerations Section in RFCs", RFC 5226, | ||
DOI 10.17487/RFC5226, May 2008, | ||
|
@@ -311,7 +306,6 @@ Author's Address | |
Hampton | ||
TW12 2NP | ||
United Kingdom | ||
|
||
Email: [email protected] | ||
|
||
|
||
|
@@ -333,4 +327,10 @@ Author's Address | |
|
||
|
||
|
||
Melnikov Expires 22 April 2022 [Page 6] | ||
|
||
|
||
|
||
|
||
|
||
|
||
Melnikov Expires 25 February 2024 [Page 6] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters