Files
deepend 98208cbc44 Updated the DH parameter initialization path to use legacy direct DH field assignment only on OpenSSL versions older than 1.1.0 (and non-LibreSSL), and otherwise always use DH_set0_pqg, which avoids opaque-struct access errors on OpenSSL 3.x.
Updated DH key extraction in dh1080_generate_key to use legacy direct member reads only for truly old OpenSSL, and DH_get0_key for modern OpenSSL, preventing dh->pub_key/dh->priv_key compile failures.

    Updated private-key injection in dh1080_compute_key to use DH_set0_key(dh, NULL, priv_key_num) on modern OpenSSL, removing the prior unnecessary temporary public-key allocation and avoiding direct dh->priv_key access.
2026-02-19 11:27:30 -07:00
..
2026-01-05 23:12:38 -07:00
2026-01-05 23:12:38 -07:00
2026-02-14 17:40:42 -07:00
2026-02-14 17:40:42 -07:00
2014-12-28 06:47:23 -05:00
2026-01-05 23:12:38 -07:00
2012-05-04 19:29:02 +02:00
2026-01-05 23:12:38 -07:00
2026-01-25 16:13:47 -07:00
2026-01-25 16:13:47 -07:00
2021-11-11 10:24:39 -06:00
2026-01-25 16:13:47 -07:00