Topic: [SOLVED] Using pre-generated DH parameters for TLS connection setup
I saw that the benchmark.c-file from wolfSSL embedded SSL contains a function for testing DH key generation/agreement (bench_dh).
For this test, pre-generated DH parameters from the file certs/dh2048.der are used.
I am now wondering, if I can speed up the setup of TLS connections with ECDH-ECDSA-AES256-SHA and ECDHE-ECDSA-AES256-SHA cipher suites using pre-generated DH parameters.
I searched the code a little, but I didn't find a place where pre-generated DH parameters are used other than the benchmark function.
Is it possible to somehow use a pre-generated DH parameters file for TLS connections or am I misunderstanding this topic?
Thanks!
- Daniel