mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-03-11 19:48:36 +01:00
CR: accept a so long username and password
This commit is contained in:
parent
97bae7338c
commit
196ae20ae8
1 changed files with 4 additions and 4 deletions
|
|
@ -22,19 +22,19 @@
|
|||
/**
|
||||
* Maximum length of a username for digest authentication.
|
||||
*/
|
||||
#define MAX_USERNAME_LENGTH 128
|
||||
#define MAX_USERNAME_LENGTH 1024
|
||||
|
||||
/**
|
||||
* Maximum length of a realm for digest authentication.
|
||||
*/
|
||||
#define MAX_REALM_LENGTH 256
|
||||
#define MAX_REALM_LENGTH 1024
|
||||
|
||||
/**
|
||||
* Maximum length of the response in digest authentication.
|
||||
*/
|
||||
#define MAX_AUTH_RESPONSE_LENGTH 128
|
||||
#define MAX_AUTH_RESPONSE_LENGTH 1024
|
||||
|
||||
#define MAX_NONCE_LENGTH 129
|
||||
#define MAX_NONCE_LENGTH 1024
|
||||
|
||||
#define NONCE_PRIV_KEY "h5ffku7rlxp6tjf2xamnfqjev5ul"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue