CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/30 09:25:09
Modified files:
lib/libssl : Makefile ssl_clnt.c ssl_locl.h ssl_srvr.c
Added files:
lib/libssl : ssl_kex.c
Log message:
Factor out/rewrite the ECDHE EC point key exchange code.
This reduces replication between the existing TLS client/server and allows
the code to soon be reused for TLSv1.3.
With feedback from inoguchi@ and tb@
ok inoguchi@ tb@
