CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/06/27 11:59:17
Modified files:
lib/libssl : ssl_sigalgs.c ssl_sigalgs.h ssl_srvr.c
ssl_tlsext.c
Log message:
Change ssl_sigalgs_build() to perform sigalg list selection.
Rather that doing sigalg list selection at every call site, pass in the
appropriate TLS version and have ssl_sigalgs_build() perform the sigalg
list selection itself. This reduces code duplication, simplifies the
calling code and is the first step towards internalising the sigalg lists.
ok tb@