CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2021/11/29 09:00:32
Modified files: lib/libssl : ssl_clnt.c ssl_kex.c ssl_locl.h Log message: Factor out/rewrite DHE key exchange. This follows what was done previously for ECDHE EC point key exchange and will allow for deduplication and further code improvement. Convert the TLSv1.2 client to use the new DHE key exchange functions. ok inoguchi@ tb@