RFC Errata
Found 2 records.
Status: Reported (1)
RFC 5054, "Using the Secure Remote Password (SRP) Protocol for TLS Authentication", November 2007
Source of RFC: tls (sec)
Errata ID: 4546
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Rick van Rein
Date Reported: 2015-11-30
Section 2.6 says:
B = k*v + g^b % N
It should say:
B = ( k*v + g^b ) % N
Notes:
The customary binding is that + has lower priority than % and so the default reading of the expression would be
B = k*v + ( g^b % N )
That is inconsistent with the existence of PAD(B) and the size of B in the test vectors, so the context hints at proper brackets, but this may still lead to implementation errors (of which I actually ran into an example).
Status: Held for Document Update (1)
RFC 5054, "Using the Secure Remote Password (SRP) Protocol for TLS Authentication", November 2007
Source of RFC: tls (sec)
Errata ID: 3570
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT
Reported By: Nico Roeser
Date Reported: 2013-03-27
Held for Document Update by: Sean Turner
Section 2.5.1.3 says:
2.5.1.3. Unknown SRP User Name
It should say:
2.5.1.3. Unknown SRP User Name
Notes:
Too many spaces in the heading.