Skip to content

Client should show proof first #27

@helgardmeyer

Description

@helgardmeyer

According to the SRP design specification, you reference the client should show it's proof first. However in the ClientProof() you check if the server is proved first?

if !s.isServer && !s.isServerProved {
    return nil, fmt.Errorf("don't construct client proof until server is proved")
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakingA change which might break backwards compatibility

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions