CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/11/29 11:48:22
Modified files: lib/libssl : ssl_kex.c Log message: First pass of converting ssl_kex.c to opaque DH. Assign the result of BN_dup() and BN_bn2bin() to local BIGNUMs, then set the factors and pubkey on the dh using DH_set0_{pqg,key}(). A second pass will be done during the upcoming bump. ok jsing