increased the SID_SIZE (cookie used during authentication phase) to 128 bits

This commit is contained in:
Nikos Mavrogiannopoulos
2014-10-27 23:51:51 +01:00
parent 5fa95fe9e7
commit 96b4d922e8

View File

@@ -99,7 +99,7 @@ extern int syslog_open;
#define MAX_AUTH_SECS 40
#define MAX_CIPHERSUITE_NAME 64
#define MAX_MSG_SIZE 256
#define SID_SIZE 12
#define SID_SIZE 16
typedef enum {
AUTH_COOKIE_REP = 2,