CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/30 10:09:23
Modified files:
lib/libssl : Makefile s3_lib.c ssl_locl.h ssl_tlsext.c
tls13_client.c tls13_internal.h tls13_server.c
Added files:
lib/libssl : tls13_key_share.c
Log message:
Provide struct/functions for handling TLSv1.3 key shares.
Pull out the key share handling code and provide a clean/self contained
interface. This will make it easier to support groups other than X25519.
ok beck@ inoguchi@ tb@
