CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2020/07/02 22:12:51

Modified files:
        lib/libssl     : ssl_clnt.c ssl_srvr.c ssl_tlsext.c ssl_tlsext.h 
                         tls13_client.c tls13_internal.h tls13_lib.c 
                         tls13_server.c 

Log message:
Improve argument order for the internal tlsext API

Move is_server and msg_type right after the SSL object so that CBS
and CBB and alert come last. This brings these functions more in
line with other internal functions and separates state from data.

requested by jsing

Reply via email to