View Source kpro_scram (kafka_protocol v4.2.7)
This module is a simplified SCRAM client side implementation. SCRAM: Salted Challenge Response Authentication Mechanism. REF: https://tools.ietf.org/html/rfc5802 NOTE: Assumptions made in this implementation 1. User names contain ascii codes only 2. User names do not contain '=' or ','
Summary
Functions
Make client's final message.
Make the fist client message.
Initialize a scram context.
Parse server first message.
Validate server's signature.
Types
Functions
Make client's final message.
Make the fist client message.
Initialize a scram context.
Parse server first message.
Validate server's signature.