Check ssh->v2_session_id_len _after_ assigning to it.
[u/mdw/putty] / sshdh.c
CommitLineData
e5574168 1#include "ssh.h"
2
e5574168 3/*
d1aaf71d 4 * The primes used in the group1 and group14 key exchange.
e5574168 5 */
d1aaf71d 6static const unsigned char P1[] = {
3709bfe9 7 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC9, 0x0F, 0xDA, 0xA2,
8 0x21, 0x68, 0xC2, 0x34, 0xC4, 0xC6, 0x62, 0x8B, 0x80, 0xDC, 0x1C, 0xD1,
9 0x29, 0x02, 0x4E, 0x08, 0x8A, 0x67, 0xCC, 0x74, 0x02, 0x0B, 0xBE, 0xA6,
10 0x3B, 0x13, 0x9B, 0x22, 0x51, 0x4A, 0x08, 0x79, 0x8E, 0x34, 0x04, 0xDD,
11 0xEF, 0x95, 0x19, 0xB3, 0xCD, 0x3A, 0x43, 0x1B, 0x30, 0x2B, 0x0A, 0x6D,
12 0xF2, 0x5F, 0x14, 0x37, 0x4F, 0xE1, 0x35, 0x6D, 0x6D, 0x51, 0xC2, 0x45,
13 0xE4, 0x85, 0xB5, 0x76, 0x62, 0x5E, 0x7E, 0xC6, 0xF4, 0x4C, 0x42, 0xE9,
14 0xA6, 0x37, 0xED, 0x6B, 0x0B, 0xFF, 0x5C, 0xB6, 0xF4, 0x06, 0xB7, 0xED,
15 0xEE, 0x38, 0x6B, 0xFB, 0x5A, 0x89, 0x9F, 0xA5, 0xAE, 0x9F, 0x24, 0x11,
16 0x7C, 0x4B, 0x1F, 0xE6, 0x49, 0x28, 0x66, 0x51, 0xEC, 0xE6, 0x53, 0x81,
17 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
e5574168 18};
d1aaf71d 19static const unsigned char P14[] = {
20 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xC9, 0x0F, 0xDA, 0xA2,
21 0x21, 0x68, 0xC2, 0x34, 0xC4, 0xC6, 0x62, 0x8B, 0x80, 0xDC, 0x1C, 0xD1,
22 0x29, 0x02, 0x4E, 0x08, 0x8A, 0x67, 0xCC, 0x74, 0x02, 0x0B, 0xBE, 0xA6,
23 0x3B, 0x13, 0x9B, 0x22, 0x51, 0x4A, 0x08, 0x79, 0x8E, 0x34, 0x04, 0xDD,
24 0xEF, 0x95, 0x19, 0xB3, 0xCD, 0x3A, 0x43, 0x1B, 0x30, 0x2B, 0x0A, 0x6D,
25 0xF2, 0x5F, 0x14, 0x37, 0x4F, 0xE1, 0x35, 0x6D, 0x6D, 0x51, 0xC2, 0x45,
26 0xE4, 0x85, 0xB5, 0x76, 0x62, 0x5E, 0x7E, 0xC6, 0xF4, 0x4C, 0x42, 0xE9,
27 0xA6, 0x37, 0xED, 0x6B, 0x0B, 0xFF, 0x5C, 0xB6, 0xF4, 0x06, 0xB7, 0xED,
28 0xEE, 0x38, 0x6B, 0xFB, 0x5A, 0x89, 0x9F, 0xA5, 0xAE, 0x9F, 0x24, 0x11,
29 0x7C, 0x4B, 0x1F, 0xE6, 0x49, 0x28, 0x66, 0x51, 0xEC, 0xE4, 0x5B, 0x3D,
30 0xC2, 0x00, 0x7C, 0xB8, 0xA1, 0x63, 0xBF, 0x05, 0x98, 0xDA, 0x48, 0x36,
31 0x1C, 0x55, 0xD3, 0x9A, 0x69, 0x16, 0x3F, 0xA8, 0xFD, 0x24, 0xCF, 0x5F,
32 0x83, 0x65, 0x5D, 0x23, 0xDC, 0xA3, 0xAD, 0x96, 0x1C, 0x62, 0xF3, 0x56,
33 0x20, 0x85, 0x52, 0xBB, 0x9E, 0xD5, 0x29, 0x07, 0x70, 0x96, 0x96, 0x6D,
34 0x67, 0x0C, 0x35, 0x4E, 0x4A, 0xBC, 0x98, 0x04, 0xF1, 0x74, 0x6C, 0x08,
35 0xCA, 0x18, 0x21, 0x7C, 0x32, 0x90, 0x5E, 0x46, 0x2E, 0x36, 0xCE, 0x3B,
36 0xE3, 0x9E, 0x77, 0x2C, 0x18, 0x0E, 0x86, 0x03, 0x9B, 0x27, 0x83, 0xA2,
37 0xEC, 0x07, 0xA2, 0x8F, 0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9,
38 0xDE, 0x2B, 0xCB, 0xF6, 0x95, 0x58, 0x17, 0x18, 0x39, 0x95, 0x49, 0x7C,
39 0xEA, 0x95, 0x6A, 0xE5, 0x15, 0xD2, 0x26, 0x18, 0x98, 0xFA, 0x05, 0x10,
40 0x15, 0x72, 0x8E, 0x5A, 0x8A, 0xAC, 0xAA, 0x68, 0xFF, 0xFF, 0xFF, 0xFF,
41 0xFF, 0xFF, 0xFF, 0xFF
42};
e5574168 43
44/*
d1aaf71d 45 * The generator g = 2 (used for both group1 and group14).
e5574168 46 */
27cd7fc2 47static const unsigned char G[] = { 2 };
e5574168 48
d1aaf71d 49const struct ssh_kex ssh_diffiehellman_group1 = {
50 "diffie-hellman-group1-sha1", "group1",
b672f405 51 P1, G, lenof(P1), lenof(G), &ssh_sha1
d1aaf71d 52};
53
54const struct ssh_kex ssh_diffiehellman_group14 = {
55 "diffie-hellman-group14-sha1", "group14",
b672f405 56 P14, G, lenof(P14), lenof(G), &ssh_sha1
d1aaf71d 57};
58
59const struct ssh_kex ssh_diffiehellman_gex = {
60 "diffie-hellman-group-exchange-sha1", NULL,
b672f405 61 NULL, NULL, 0, 0, &ssh_sha1
d1aaf71d 62};
63
e5574168 64/*
3709bfe9 65 * Variables.
e5574168 66 */
27cd7fc2 67struct dh_ctx {
68 Bignum x, e, p, q, qmask, g;
69};
e5574168 70
71/*
3709bfe9 72 * Common DH initialisation.
e5574168 73 */
27cd7fc2 74static void dh_init(struct dh_ctx *ctx)
32874aea 75{
27cd7fc2 76 ctx->q = bignum_rshift(ctx->p, 1);
77 ctx->qmask = bignum_bitmask(ctx->q);
78 ctx->x = ctx->e = NULL;
3709bfe9 79}
e5574168 80
81/*
d1aaf71d 82 * Initialise DH for a standard group.
e5574168 83 */
d1aaf71d 84void *dh_setup_group(const struct ssh_kex *kex)
32874aea 85{
3d88e64d 86 struct dh_ctx *ctx = snew(struct dh_ctx);
d1aaf71d 87 ctx->p = bignum_from_bytes(kex->pdata, kex->plen);
88 ctx->g = bignum_from_bytes(kex->gdata, kex->glen);
27cd7fc2 89 dh_init(ctx);
90 return ctx;
3709bfe9 91}
92
93/*
d1aaf71d 94 * Initialise DH for a server-supplied group.
a92dd380 95 */
d1aaf71d 96void *dh_setup_gex(Bignum pval, Bignum gval)
32874aea 97{
3d88e64d 98 struct dh_ctx *ctx = snew(struct dh_ctx);
27cd7fc2 99 ctx->p = copybn(pval);
100 ctx->g = copybn(gval);
101 dh_init(ctx);
102 return ctx;
a92dd380 103}
104
105/*
27cd7fc2 106 * Clean up and free a context.
3709bfe9 107 */
27cd7fc2 108void dh_cleanup(void *handle)
32874aea 109{
27cd7fc2 110 struct dh_ctx *ctx = (struct dh_ctx *)handle;
111 freebn(ctx->x);
112 freebn(ctx->e);
113 freebn(ctx->p);
114 freebn(ctx->g);
115 freebn(ctx->q);
116 freebn(ctx->qmask);
117 sfree(ctx);
3709bfe9 118}
e5574168 119
120/*
121 * DH stage 1: invent a number x between 1 and q, and compute e =
122 * g^x mod p. Return e.
7bd5a860 123 *
124 * If `nbits' is greater than zero, it is used as an upper limit
125 * for the number of bits in x. This is safe provided that (a) you
126 * use twice as many bits in x as the number of bits you expect to
127 * use in your session key, and (b) the DH group is a safe prime
128 * (which SSH demands that it must be).
129 *
130 * P. C. van Oorschot, M. J. Wiener
131 * "On Diffie-Hellman Key Agreement with Short Exponents".
132 * Advances in Cryptology: Proceedings of Eurocrypt '96
133 * Springer-Verlag, May 1996.
e5574168 134 */
27cd7fc2 135Bignum dh_create_e(void *handle, int nbits)
32874aea 136{
27cd7fc2 137 struct dh_ctx *ctx = (struct dh_ctx *)handle;
e5574168 138 int i;
139
3709bfe9 140 int nbytes;
141 unsigned char *buf;
142
27cd7fc2 143 nbytes = ssh1_bignum_length(ctx->qmask);
3d88e64d 144 buf = snewn(nbytes, unsigned char);
e5574168 145
a71540b9 146 do {
147 /*
148 * Create a potential x, by ANDing a string of random bytes
3709bfe9 149 * with qmask.
a71540b9 150 */
27cd7fc2 151 if (ctx->x)
152 freebn(ctx->x);
153 if (nbits == 0 || nbits > bignum_bitcount(ctx->qmask)) {
154 ssh1_write_bignum(buf, ctx->qmask);
7bd5a860 155 for (i = 2; i < nbytes; i++)
156 buf[i] &= random_byte();
0016d70b 157 ssh1_read_bignum(buf, nbytes, &ctx->x); /* can't fail */
7bd5a860 158 } else {
159 int b, nb;
27cd7fc2 160 ctx->x = bn_power_2(nbits);
2d466ffd 161 b = nb = 0;
7bd5a860 162 for (i = 0; i < nbits; i++) {
163 if (nb == 0) {
164 nb = 8;
165 b = random_byte();
166 }
27cd7fc2 167 bignum_set_bit(ctx->x, i, b & 1);
7bd5a860 168 b >>= 1;
169 nb--;
170 }
171 }
27cd7fc2 172 } while (bignum_cmp(ctx->x, One) <= 0 || bignum_cmp(ctx->x, ctx->q) >= 0);
e5574168 173
170c1e6e 174 sfree(buf);
175
e5574168 176 /*
177 * Done. Now compute e = g^x mod p.
178 */
27cd7fc2 179 ctx->e = modpow(ctx->g, ctx->x, ctx->p);
e5574168 180
27cd7fc2 181 return ctx->e;
e5574168 182}
183
184/*
185 * DH stage 2: given a number f, compute K = f^x mod p.
186 */
27cd7fc2 187Bignum dh_find_K(void *handle, Bignum f)
32874aea 188{
27cd7fc2 189 struct dh_ctx *ctx = (struct dh_ctx *)handle;
7bd5a860 190 Bignum ret;
27cd7fc2 191 ret = modpow(f, ctx->x, ctx->p);
7bd5a860 192 return ret;
e5574168 193}