Home | Trees | Indices | Help |
|
---|
|
SCRAM authentication mechanisms for PyXMPP SASL implementation.
|
|||
SCRAMOperations Functions used during SCRAM authentication and defined in the RFC. |
|||
SCRAMClientAuthenticator Provides SCRAM SASL authentication for a client. |
|||
SCRAMServerAuthenticator Provides SCRAM SASL authentication for a server. |
|||
SCRAM_SHA_1_ClientAuthenticator The SCRAM-SHA-1 client authenticator. |
|||
SCRAM_SHA_1_PLUS_ClientAuthenticator The SCRAM-SHA-1-PLUS client authenticator. |
|||
SCRAM_SHA_1_ServerAuthenticator The SCRAM-SHA-1 server authenticator. |
|||
SCRAM_SHA_1_PLUS_ServerAuthenticator The SCRAM-SHA-1-PLUS server authenticator. |
|
|||
logger = logging.getLogger("pyxmpp2.sasl.scram")
|
|||
HASH_FACTORIES =
|
|||
VALUE_CHARS_RE = re.compile(r'^
|
|||
_QUOTED_VALUE_RE =
|
|||
CLIENT_FIRST_MESSAGE_RE = re.compile(r'^
|
|||
SERVER_FIRST_MESSAGE_RE = re.compile(r'^
|
|||
CLIENT_FINAL_MESSAGE_RE = re.compile(r'
|
|||
SERVER_FINAL_MESSAGE_RE = re.compile(r'^
|
|
HASH_FACTORIES
|
CLIENT_FIRST_MESSAGE_RE
|
SERVER_FIRST_MESSAGE_RE
|
CLIENT_FINAL_MESSAGE_RE
|
SERVER_FINAL_MESSAGE_RE
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jul 8 13:42:56 2024 | http://epydoc.sourceforge.net |