Mercurial > dropbear
comparison sysoptions.h @ 855:04ede40a529a
- Some fixes for old compilers like tru64 v4 from Daniel Richard G.
- Don't warn about blocking random device for prngd
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 14 Nov 2013 21:36:45 +0800 |
parents | 7507b174bba0 |
children | e894dbc015ba |
comparison
equal
deleted
inserted
replaced
854:ccc76acaf4c7 | 855:04ede40a529a |
---|---|
74 #define DROPBEAR_SIGNKEY_VERIFY | 74 #define DROPBEAR_SIGNKEY_VERIFY |
75 #endif | 75 #endif |
76 | 76 |
77 #define SHA1_HASH_SIZE 20 | 77 #define SHA1_HASH_SIZE 20 |
78 #define MD5_HASH_SIZE 16 | 78 #define MD5_HASH_SIZE 16 |
79 #define MAX_HASH_SIZE 64 /* sha512 */ | |
79 | 80 |
80 #define MAX_KEY_LEN 32 /* 256 bits for aes256 etc */ | 81 #define MAX_KEY_LEN 32 /* 256 bits for aes256 etc */ |
81 #define MAX_IV_LEN 20 /* must be same as max blocksize, */ | 82 #define MAX_IV_LEN 20 /* must be same as max blocksize, */ |
82 | 83 |
83 #if defined(DROPBEAR_SHA2_512_HMAC) | 84 #if defined(DROPBEAR_SHA2_512_HMAC) |