2017-05-01
| ||
14:49 | • Closed ticket [d9f60bb525]: Choose DHparam bit size at compile time plus 3 other changes artifact: a44baba60f user: rkeene | |
2017-04-19
| ||
14:50 | • Fixed ticket [d9f60bb525]. artifact: f96e0498cc user: rkeene | |
2017-04-17
| ||
11:21 | • New ticket [d9f60bb525]. artifact: d2a9ad812a user: anonymous | |
Ticket Hash: | d9f60bb52554c39883dfc8686e9fc81158a79a31 | |||
Title: | Choose DHparam bit size at compile time | |||
Status: | Closed | Type: | Feature Request | |
Severity: | Minor | Priority: | Immediate | |
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2017-05-01 14:49:28 | |||
Version Found In: | 1.7.11 | |||
User Comments: | ||||
anonymous added on 2017-04-17 11:21:47:
Hi, When compiling tcltls, at some point the gen_dh_params script is called. This script will generate the Diffie-Hellman parameters with a predefined bitsize of 2048, but I would like to use a bitsize of 4096, so a nice feature would be to do something like this: ./configure --dh-param-size=4096 rkeene added on 2017-04-19 14:50:35: This is fixed in the current development version of TclTLS which has the configure option "--with-builtin-dh-params-size" rkeene added on 2017-05-01 14:49:28: Fixed in TclTLS 1.7.12, now released |