Differences From Artifact [c6f609976c]:
- Executable file gen_dh_params — part of check-in [bc2460fc22] at 2016-12-08 07:08:31 on branch openssl-1.1 — Updated fallback DH params for OpenSSL, supporting OpenSSL 1.1 and older versions (user: rkeene, size: 2958) [annotate] [blame] [check-ins using] [more...]
To Artifact [2fbb069da4]:
- Executable file gen_dh_params — part of check-in [66023e665f] at 2016-12-08 08:50:46 on branch trunk — Added a consolidated check for pre-OpenSSL 1.1 API usage (user: rkeene, size: 2951) [annotate] [blame] [check-ins using]
︙ | |||
72 73 74 75 76 77 78 | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | - + | if (dh == NULL) { return NULL; } dhp_bn = BN_bin2bn(dhp_2048, sizeof (dhp_2048), NULL); dhg_bn = BN_bin2bn(dhg_2048, sizeof (dhg_2048), NULL); |
︙ |