|
@@ -44,6 +44,7 @@
|
|
* return codes to config by auth functions
|
|
* return codes to config by auth functions
|
|
*/
|
|
*/
|
|
typedef enum auth_cfg_result {
|
|
typedef enum auth_cfg_result {
|
|
|
|
+ AUTH_USER_MISMATCH = -8, /*!< Auth user != From/To user */
|
|
AUTH_NONCE_REUSED = -6, /*!< Returned if nonce is used more than once */
|
|
AUTH_NONCE_REUSED = -6, /*!< Returned if nonce is used more than once */
|
|
AUTH_NO_CREDENTIALS = -5, /*!< Credentials missing */
|
|
AUTH_NO_CREDENTIALS = -5, /*!< Credentials missing */
|
|
AUTH_STALE_NONCE = -4, /*!< Stale nonce */
|
|
AUTH_STALE_NONCE = -4, /*!< Stale nonce */
|