On Thu Dec 7 20:11:56 2023 +0000, Paul Gofman wrote:
Not sure if this matters too much, but an alternative would be to store gnutls_dh_params_t handle here (performing gnutls_dh_params_import_raw() right during import). The practical difference is that any validation on parameters in gnutls will be performed during import (where it probably belongs).
Right, that's better. I have pushed an update with this change.