Challenge Response Authentication Mechanism classes. More...
Go to the source code of this file.
Classes | |
class | _Wolframe::AAAA::CRAMchallenge |
Challenge for the authentication mech "Wolframe-CRAM". More... | |
class | _Wolframe::AAAA::CRAMresponse |
Response for the authentication mech "Wolframe-CRAM". More... | |
class | _Wolframe::AAAA::CRAMsalt |
Extract the password seed from the challenge message. More... | |
Namespaces | |
_Wolframe | |
Toplevel Wolframe namespace. | |
_Wolframe::AAAA | |
Interfaces for authentication, authorization, auditing and accounting. | |
Variables | |
static const size_t | _Wolframe::AAAA::CRAM_BLOCK_SIZE = 512 / 8 |
static const size_t | _Wolframe::AAAA::CRAM_DIGEST_SIZE = 256 / 8 |
static const size_t | _Wolframe::AAAA::CRAM_CHALLENGE_SIZE = CRAM_BLOCK_SIZE |
static const size_t | _Wolframe::AAAA::CRAM_RESPONSE_SIZE = CRAM_DIGEST_SIZE |
static const size_t | _Wolframe::AAAA::CRAM_SALT_SIZE = PASSWORD_SALT_SIZE |
Challenge Response Authentication Mechanism classes.
Copyright © 2014 - Project Wolframe - All Rights Reserved