Hello! I've noticed some SRP uses the premaster secret (aka S) directly even though both SRP-related RFCs define the session key as K = H(S).
Here they are:
RFC 2945: https://www.rfc-editor.org/rfc/rfc2945
RFC 5054: https://www.rfc-editor.org/rfc/rfc5054
Are there any reasons this isn’t the default behavior? Back-compatibility or something else?