Overview
Artifact ID: | e86e7b9affe544af6a7e797494905abf0e84003f6986616f58e0e76843438dd2 |
---|---|
Ticket: | 034c8d2587c3810d268e84a15d2a3e187e54b452
Issue with OpenSSL1.1 and dh_param access |
User & Date: | anonymous on 2020-08-15 21:47:25 |
Changes
- icomment:
The comment by medranocalvo saved me here! Considering the very high degree of redundancy in the gen_dh_params script: 1. call openssl executable, 2. download parameters from the internet, 3. use precomputed parameter values embedded in the script; it seems ridiculous that it does not check whether the openssl executable option 1 picks has a suitable version. Option 3 *does* account for the API differences (has more bitsizes, and is likely way faster, so why is that not preferred?).
- login: "anonymous"
- mimetype: "text/plain"
- username: "lars_h"