CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2022/01/07 08:46:30

Modified files:
        lib/libssl     : s3_lib.c ssl_locl.h ssl_srvr.c tls13_server.c 
                         tls_internal.h tls_key_share.c 

Log message:
Convert legacy server to tls_key_share.

This requires a few more additions to the DHE key share code - we need to
be able to either set the DHE parameters or specify the number of key bits
for use with auto DHE parameters. Additionally, we need to be able to
serialise the DHE parameters to send to the client.

This removes the infamous 'tmp' struct from ssl3_state_internal_st.

ok inoguchi@ tb@

Reply via email to