CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/28 15:06:41
Modified files:
lib/libcrypto/dh: dh_pmeth.c
Log message:
Rework pkey_dh_keygen()
Single exit, fix error checking and hold on to the DH by keeping a
reference. In other words, switch from EVP_PKEY_assign() to using
EVP_PKEY_set1_DH() and free unconditionally in the error path.
ok jsing
