|
20 | 20 | static my_bool ssl_algorithms_added = FALSE; |
21 | 21 | static my_bool ssl_error_strings_loaded= FALSE; |
22 | 22 |
|
23 | | -static unsigned char dh512_p[]= |
| 23 | +/* |
| 24 | + Diffie-Hellman key. |
| 25 | + Generated using: >openssl dhparam -5 -C 2048 |
| 26 | +
|
| 27 | + -----BEGIN DH PARAMETERS----- |
| 28 | + MIIBCAKCAQEAil36wGZ2TmH6ysA3V1xtP4MKofXx5n88xq/aiybmGnReZMviCPEJ |
| 29 | + 46+7VCktl/RZ5iaDH1XNG1dVQmznt9pu2G3usU+k1/VB4bQL4ZgW4u0Wzxh9PyXD |
| 30 | + glm99I9Xyj4Z5PVE4MyAsxCRGA1kWQpD9/zKAegUBPLNqSo886Uqg9hmn8ksyU9E |
| 31 | + BV5eAEciCuawh6V0O+Sj/C3cSfLhgA0GcXp3OqlmcDu6jS5gWjn3LdP1U0duVxMB |
| 32 | + h/neTSCSvtce4CAMYMjKNVh9P1nu+2d9ZH2Od2xhRIqMTfAS1KTqF3VmSWzPFCjG |
| 33 | + mjxx/bg6bOOjpgZapvB6ABWlWmRmAAWFtwIBBQ== |
| 34 | + -----END DH PARAMETERS----- |
| 35 | + */ |
| 36 | +static unsigned char dh2048_p[]= |
24 | 37 | { |
25 | | - 0xDA,0x58,0x3C,0x16,0xD9,0x85,0x22,0x89,0xD0,0xE4,0xAF,0x75, |
26 | | - 0x6F,0x4C,0xCA,0x92,0xDD,0x4B,0xE5,0x33,0xB8,0x04,0xFB,0x0F, |
27 | | - 0xED,0x94,0xEF,0x9C,0x8A,0x44,0x03,0xED,0x57,0x46,0x50,0xD3, |
28 | | - 0x69,0x99,0xDB,0x29,0xD7,0x76,0x27,0x6B,0xA2,0xD3,0xD4,0x12, |
29 | | - 0xE2,0x18,0xF4,0xDD,0x1E,0x08,0x4C,0xF6,0xD8,0x00,0x3E,0x7C, |
30 | | - 0x47,0x74,0xE8,0x33, |
| 38 | + 0x8A, 0x5D, 0xFA, 0xC0, 0x66, 0x76, 0x4E, 0x61, 0xFA, 0xCA, 0xC0, 0x37, |
| 39 | + 0x57, 0x5C, 0x6D, 0x3F, 0x83, 0x0A, 0xA1, 0xF5, 0xF1, 0xE6, 0x7F, 0x3C, |
| 40 | + 0xC6, 0xAF, 0xDA, 0x8B, 0x26, 0xE6, 0x1A, 0x74, 0x5E, 0x64, 0xCB, 0xE2, |
| 41 | + 0x08, 0xF1, 0x09, 0xE3, 0xAF, 0xBB, 0x54, 0x29, 0x2D, 0x97, 0xF4, 0x59, |
| 42 | + 0xE6, 0x26, 0x83, 0x1F, 0x55, 0xCD, 0x1B, 0x57, 0x55, 0x42, 0x6C, 0xE7, |
| 43 | + 0xB7, 0xDA, 0x6E, 0xD8, 0x6D, 0xEE, 0xB1, 0x4F, 0xA4, 0xD7, 0xF5, 0x41, |
| 44 | + 0xE1, 0xB4, 0x0B, 0xE1, 0x98, 0x16, 0xE2, 0xED, 0x16, 0xCF, 0x18, 0x7D, |
| 45 | + 0x3F, 0x25, 0xC3, 0x82, 0x59, 0xBD, 0xF4, 0x8F, 0x57, 0xCA, 0x3E, 0x19, |
| 46 | + 0xE4, 0xF5, 0x44, 0xE0, 0xCC, 0x80, 0xB3, 0x10, 0x91, 0x18, 0x0D, 0x64, |
| 47 | + 0x59, 0x0A, 0x43, 0xF7, 0xFC, 0xCA, 0x01, 0xE8, 0x14, 0x04, 0xF2, 0xCD, |
| 48 | + 0xA9, 0x2A, 0x3C, 0xF3, 0xA5, 0x2A, 0x83, 0xD8, 0x66, 0x9F, 0xC9, 0x2C, |
| 49 | + 0xC9, 0x4F, 0x44, 0x05, 0x5E, 0x5E, 0x00, 0x47, 0x22, 0x0A, 0xE6, 0xB0, |
| 50 | + 0x87, 0xA5, 0x74, 0x3B, 0xE4, 0xA3, 0xFC, 0x2D, 0xDC, 0x49, 0xF2, 0xE1, |
| 51 | + 0x80, 0x0D, 0x06, 0x71, 0x7A, 0x77, 0x3A, 0xA9, 0x66, 0x70, 0x3B, 0xBA, |
| 52 | + 0x8D, 0x2E, 0x60, 0x5A, 0x39, 0xF7, 0x2D, 0xD3, 0xF5, 0x53, 0x47, 0x6E, |
| 53 | + 0x57, 0x13, 0x01, 0x87, 0xF9, 0xDE, 0x4D, 0x20, 0x92, 0xBE, 0xD7, 0x1E, |
| 54 | + 0xE0, 0x20, 0x0C, 0x60, 0xC8, 0xCA, 0x35, 0x58, 0x7D, 0x3F, 0x59, 0xEE, |
| 55 | + 0xFB, 0x67, 0x7D, 0x64, 0x7D, 0x8E, 0x77, 0x6C, 0x61, 0x44, 0x8A, 0x8C, |
| 56 | + 0x4D, 0xF0, 0x12, 0xD4, 0xA4, 0xEA, 0x17, 0x75, 0x66, 0x49, 0x6C, 0xCF, |
| 57 | + 0x14, 0x28, 0xC6, 0x9A, 0x3C, 0x71, 0xFD, 0xB8, 0x3A, 0x6C, 0xE3, 0xA3, |
| 58 | + 0xA6, 0x06, 0x5A, 0xA6, 0xF0, 0x7A, 0x00, 0x15, 0xA5, 0x5A, 0x64, 0x66, |
| 59 | + 0x00, 0x05, 0x85, 0xB7, |
31 | 60 | }; |
32 | 61 |
|
33 | | -static unsigned char dh512_g[]={ |
34 | | - 0x02, |
| 62 | +static unsigned char dh2048_g[]={ |
| 63 | + 0x05, |
35 | 64 | }; |
36 | 65 |
|
37 | | -static DH *get_dh512(void) |
| 66 | +static DH *get_dh2048(void) |
38 | 67 | { |
39 | 68 | DH *dh; |
40 | 69 | if ((dh=DH_new())) |
41 | 70 | { |
42 | | - dh->p=BN_bin2bn(dh512_p,sizeof(dh512_p),NULL); |
43 | | - dh->g=BN_bin2bn(dh512_g,sizeof(dh512_g),NULL); |
| 71 | + dh->p=BN_bin2bn(dh2048_p,sizeof(dh2048_p),NULL); |
| 72 | + dh->g=BN_bin2bn(dh2048_g,sizeof(dh2048_g),NULL); |
44 | 73 | if (! dh->p || ! dh->g) |
45 | 74 | { |
46 | 75 | DH_free(dh); |
@@ -81,7 +110,8 @@ ssl_error_string[] = |
81 | 110 | "Private key does not match the certificate public key", |
82 | 111 | "SSL_CTX_set_default_verify_paths failed", |
83 | 112 | "Failed to set ciphers to use", |
84 | | - "SSL_CTX_new failed" |
| 113 | + "SSL_CTX_new failed", |
| 114 | + "SSL_CTX_set_tmp_dh failed" |
85 | 115 | }; |
86 | 116 |
|
87 | 117 | const char* |
@@ -258,8 +288,17 @@ new_VioSSLFd(const char *key_file, const char *cert_file, |
258 | 288 | } |
259 | 289 |
|
260 | 290 | /* DH stuff */ |
261 | | - dh=get_dh512(); |
262 | | - SSL_CTX_set_tmp_dh(ssl_fd->ssl_context, dh); |
| 291 | + dh= get_dh2048(); |
| 292 | + if (SSL_CTX_set_tmp_dh(ssl_fd->ssl_context, dh) == 0) |
| 293 | + { |
| 294 | + *error= SSL_INITERR_DHFAIL; |
| 295 | + DBUG_PRINT("error", ("%s", sslGetErrString(*error))); |
| 296 | + report_errors(); |
| 297 | + DH_free(dh); |
| 298 | + SSL_CTX_free(ssl_fd->ssl_context); |
| 299 | + my_free(ssl_fd); |
| 300 | + DBUG_RETURN(0); |
| 301 | + } |
263 | 302 | DH_free(dh); |
264 | 303 |
|
265 | 304 | DBUG_PRINT("exit", ("OK 1")); |
|
0 commit comments