257b77c5ef0a9c201f79a0b4c1928d9e822e8bc1
[trust_router.git] / common / tr_dh.c
1 /*
2  * Copyright (c) 2012, 2014, JANET(UK)
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms, with or without
6  * modification, are permitted provided that the following conditions
7  * are met:
8  *
9  * 1. Redistributions of source code must retain the above copyright
10  *    notice, this list of conditions and the following disclaimer.
11  *
12  * 2. Redistributions in binary form must reproduce the above copyright
13  *    notice, this list of conditions and the following disclaimer in the
14  *    documentation and/or other materials provided with the distribution.
15  *
16  * 3. Neither the name of JANET(UK) nor the names of its contributors
17  *    may be used to endorse or promote products derived from this software
18  *    without specific prior written permission.
19  *
20  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
23  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
24  * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
25  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
26  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
27  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
29  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
31  * OF THE POSSIBILITY OF SUCH DAMAGE.
32  *
33  */
34
35 #include <openssl/dh.h>
36 #include <trust_router/tr_dh.h>
37 #include <openssl/bn.h>
38 #include <openssl/sha.h>
39 #include <talloc.h>
40 #include <assert.h>
41 #include <tid_internal.h>
42 #include <tr_debug.h>
43
44
45 unsigned char tr_2048_dhprime[2048/8] = {
46   0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
47   0xC9, 0x0F, 0xDA, 0xA2, 0x21, 0x68, 0xC2, 0x34,
48   0xC4, 0xC6, 0x62, 0x8B, 0x80, 0xDC, 0x1C, 0xD1,
49   0x29, 0x02, 0x4E, 0x08, 0x8A, 0x67, 0xCC, 0x74,
50   0x02, 0x0B, 0xBE, 0xA6, 0x3B, 0x13, 0x9B, 0x22,
51   0x51, 0x4A, 0x08, 0x79, 0x8E, 0x34, 0x04, 0xDD,
52   0xEF, 0x95, 0x19, 0xB3, 0xCD, 0x3A, 0x43, 0x1B,
53   0x30, 0x2B, 0x0A, 0x6D, 0xF2, 0x5F, 0x14, 0x37,
54   0x4F, 0xE1, 0x35, 0x6D, 0x6D, 0x51, 0xC2, 0x45,
55   0xE4, 0x85, 0xB5, 0x76, 0x62, 0x5E, 0x7E, 0xC6,
56   0xF4, 0x4C, 0x42, 0xE9, 0xA6, 0x37, 0xED, 0x6B,
57   0x0B, 0xFF, 0x5C, 0xB6, 0xF4, 0x06, 0xB7, 0xED,
58   0xEE, 0x38, 0x6B, 0xFB, 0x5A, 0x89, 0x9F, 0xA5,
59   0xAE, 0x9F, 0x24, 0x11, 0x7C, 0x4B, 0x1F, 0xE6,
60   0x49, 0x28, 0x66, 0x51, 0xEC, 0xE4, 0x5B, 0x3D,
61   0xC2, 0x00, 0x7C, 0xB8, 0xA1, 0x63, 0xBF, 0x05,
62   0x98, 0xDA, 0x48, 0x36, 0x1C, 0x55, 0xD3, 0x9A,
63   0x69, 0x16, 0x3F, 0xA8, 0xFD, 0x24, 0xCF, 0x5F,
64   0x83, 0x65, 0x5D, 0x23, 0xDC, 0xA3, 0xAD, 0x96,
65   0x1C, 0x62, 0xF3, 0x56, 0x20, 0x85, 0x52, 0xBB,
66   0x9E, 0xD5, 0x29, 0x07, 0x70, 0x96, 0x96, 0x6D,
67   0x67, 0x0C, 0x35, 0x4E, 0x4A, 0xBC, 0x98, 0x04,
68   0xF1, 0x74, 0x6C, 0x08, 0xCA, 0x18, 0x21, 0x7C,
69   0x32, 0x90, 0x5E, 0x46, 0x2E, 0x36, 0xCE, 0x3B,
70   0xE3, 0x9E, 0x77, 0x2C, 0x18, 0x0E, 0x86, 0x03,
71   0x9B, 0x27, 0x83, 0xA2, 0xEC, 0x07, 0xA2, 0x8F,
72   0xB5, 0xC5, 0x5D, 0xF0, 0x6F, 0x4C, 0x52, 0xC9,
73   0xDE, 0x2B, 0xCB, 0xF6, 0x95, 0x58, 0x17, 0x18,
74   0x39, 0x95, 0x49, 0x7C, 0xEA, 0x95, 0x6A, 0xE5,
75   0x15, 0xD2, 0x26, 0x18, 0x98, 0xFA, 0x05, 0x10,
76   0x15, 0x72, 0x8E, 0x5A, 0x8A, 0xAC, 0xAA, 0x68,
77   0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
78 };
79
80 DH *tr_dh_new(void)
81 {
82   return DH_new();
83 }
84
85 DH *tr_create_dh_params(unsigned char *priv_key, 
86                         size_t keylen) {
87
88   DH *dh = NULL;
89   int dh_err = 0;
90
91   if (NULL == (dh = DH_new()))
92     return NULL;
93
94   if ((NULL == (dh->g = BN_new())) ||
95       (NULL == (dh->p = BN_new())) ||
96       (NULL == (dh->q = BN_new()))) {
97     DH_free(dh);
98   }
99
100   BN_set_word(dh->g, 2);
101   dh->p = BN_bin2bn(tr_2048_dhprime, sizeof(tr_2048_dhprime), NULL);
102   BN_rshift1(dh->q, dh->p);
103
104   if ((priv_key) && (keylen > 0))
105     dh->priv_key = BN_bin2bn(priv_key, keylen, NULL);
106
107   DH_generate_key(dh);          /* generates the public key */
108
109   DH_check(dh, &dh_err);
110   if (0 != dh_err) {
111     tr_warning("Warning: dh_check failed with %d", dh_err);
112     if (dh_err & DH_CHECK_P_NOT_PRIME)
113       tr_warning(": p value is not prime");
114     else if (dh_err & DH_CHECK_P_NOT_SAFE_PRIME)
115       tr_warning(": p value is not a safe prime");
116     else if (dh_err & DH_UNABLE_TO_CHECK_GENERATOR)
117       tr_warning(": unable to check the generator value");
118     else if (dh_err & DH_NOT_SUITABLE_GENERATOR)
119       tr_warning(": the g value is not a generator");
120     else
121       tr_warning("unhandled error %i", dh_err);
122   }
123
124   return(dh);
125 }
126
127 DH *tr_create_matching_dh (unsigned char *priv_key,
128                            size_t keylen,
129                            DH *in_dh) {
130   DH *dh = NULL;
131   int dh_err = 0;
132
133   if (!in_dh)
134     return NULL;
135
136   if (NULL == (dh = DH_new())) {
137     tr_crit("tr_create_matching_dh: unable to allocate new DH structure.");
138     return NULL;
139   }
140
141   if ((NULL == (dh->g = BN_dup(in_dh->g))) ||
142       (NULL == (dh->p = BN_dup(in_dh->p)))) {
143     DH_free(dh);
144     tr_debug("tr_create_matching_dh: Invalid dh parameter values, can't be duped.");
145     return NULL;
146   }
147
148   /* TBD -- share code with previous function */
149   if ((priv_key) && (keylen > 0))
150     dh->priv_key = BN_bin2bn(priv_key, keylen, NULL);
151
152   DH_generate_key(dh);          /* generates the public key */
153   DH_check(dh, &dh_err);
154   if (0 != dh_err) {
155     tr_warning("Warning: dh_check failed with %d", dh_err);
156     if (dh_err & DH_CHECK_P_NOT_PRIME)
157       tr_warning(": p value is not prime");
158     else if (dh_err & DH_CHECK_P_NOT_SAFE_PRIME)
159       tr_warning(": p value is not a safe prime");
160     else if (dh_err & DH_UNABLE_TO_CHECK_GENERATOR)
161       tr_warning(": unable to check the generator value");
162     else if (dh_err & DH_NOT_SUITABLE_GENERATOR)
163       tr_warning(": the g value is not a generator");
164     else
165       tr_warning("unhandled error %i", dh_err);
166   }
167
168   return(dh);
169 }
170
171 void tr_destroy_dh_params(DH *dh) {
172
173   if (dh) {
174     DH_free(dh);
175   }
176 }
177
178 DH *tr_dh_dup(DH *in)
179 {
180   DH *out=DH_new();
181
182   if (out==NULL)
183     return NULL;
184
185   if (in->g==NULL)
186     out->g=NULL;
187   else {
188     out->g=BN_dup(in->g);
189     if (out->g==NULL) {
190       DH_free(out);
191       return NULL;
192     }
193   }
194
195   if (in->p==NULL)
196     out->p=NULL;
197   else {
198     out->p=BN_dup(in->p);
199     if (out->p==NULL) {
200       DH_free(out);
201       return NULL;
202     }
203   }
204
205   if (in->q==NULL)
206     out->q=NULL;
207   else {
208     out->q=BN_dup(in->q);
209     if (out->q==NULL) {
210       DH_free(out);
211       return NULL;
212     }
213   }
214
215   if (in->priv_key==NULL)
216     out->priv_key=NULL;
217   else {
218     out->priv_key=BN_dup(in->priv_key);
219     if (out->priv_key==NULL) {
220       DH_free(out);
221       return NULL;
222     }
223   }
224
225   if (in->pub_key==NULL)
226     out->pub_key=NULL;
227   else {
228     out->pub_key=BN_dup(in->pub_key);
229     if (out->g==NULL) {
230       DH_free(out);
231       return NULL;
232     }
233   }
234
235   return out;
236 }
237
238 int tr_compute_dh_key(unsigned char **pbuf, 
239                       BIGNUM *pub_key, 
240                       DH *priv_dh) {
241   size_t buflen;
242   unsigned char *buf = NULL;;
243   int rc = 0;
244   
245   if ((!pbuf) || 
246       (!pub_key) || 
247       (!priv_dh)) {
248     tr_debug("tr_compute_dh_key: Invalid parameters.");
249     return(-1);
250   }
251   *pbuf = NULL;
252   buflen = DH_size(priv_dh);
253   buf = malloc(buflen);
254   if (buf == NULL) {
255     tr_crit("tr_compute_dh_key: out of memory");
256     return -1;
257   }
258
259   
260   rc = DH_compute_key(buf, pub_key, priv_dh);
261   if (0 <= rc) {
262     *pbuf = buf;
263   }else {
264     free(buf);
265   }
266   return rc;
267 }
268
269
270
271
272 int tr_dh_pub_hash(TID_REQ *request,
273                    unsigned char **out_digest,
274                    size_t *out_len)
275 {
276   const BIGNUM *pub = request->tidc_dh->pub_key;
277   unsigned char *bn_bytes = talloc_zero_size(request, BN_num_bytes(pub));
278   unsigned char *digest = talloc_zero_size(request, SHA_DIGEST_LENGTH+1);
279   assert(bn_bytes && digest);
280                                     BN_bn2bin(pub, bn_bytes);
281                                     SHA1(bn_bytes, BN_num_bytes(pub), digest);
282                                     *out_digest = digest;
283                                     *out_len = SHA_DIGEST_LENGTH;
284                                     return 0;
285 }
286
287 void tr_dh_free(DH *dh)
288 {
289   DH_free(dh);
290 }