ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/global.h
(Generate patch)

Comparing gvpe/src/global.h (file contents):
Revision 1.11 by pcg, Sat Apr 5 02:32:40 2003 UTC vs.
Revision 1.12 by pcg, Sat Apr 5 17:54:22 2003 UTC

26/* Protocol version. Different major versions are incompatible, 26/* Protocol version. Different major versions are incompatible,
27 * different minor versions probably are compatible ;) 27 * different minor versions probably are compatible ;)
28 */ 28 */
29 29
30#define PROTOCOL_MAJOR 0 30#define PROTOCOL_MAJOR 0
31#define PROTOCOL_MINOR 0 31#define PROTOCOL_MINOR 1
32 32
33#define RSA_KEYBITS 1280 // must be >= 1280 and divisible by 8 33#define RSA_KEYBITS 1280 // must be >= 1280 and divisible by 8
34#define RSA_KEYLEN ((RSA_KEYBITS) >> 3) 34#define RSA_KEYLEN ((RSA_KEYBITS) >> 3)
35#define RSA_OVERHEAD (41 + 1) // well, no define for OAEP in openssl 35#define RSA_OVERHEAD (41 + 1) // well, no define for OAEP in openssl
36 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines