CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2021/06/27 12:15:36

Modified files:
        lib/libssl     : ssl_clnt.c ssl_sigalgs.c ssl_sigalgs.h 
                         ssl_srvr.c tls13_client.c tls13_server.c 

Log message:
Change ssl_sigalgs_from_value() to perform sigalg list selection.

Rather that passing in a sigalg list at every call site, pass in the
appropriate TLS version and have ssl_sigalgs_from_value() perform the
sigalg list selection itself. This allows the sigalg lists to be made
internal to the sigalgs code.

ok tb@

Reply via email to