Rename and collapse tls12_get_sigandhash_cbb().
authorjsing <jsing@openbsd.org>
Sun, 19 Aug 2018 15:38:03 +0000 (15:38 +0000)
committerjsing <jsing@openbsd.org>
Sun, 19 Aug 2018 15:38:03 +0000 (15:38 +0000)
commit481c1145e46ded4f26ffc82fbf5e609beda1850f
tree92f065d3d6b2ba59ca3c3c5308d01523b925c339
parent183d400c72ab3f234b648c7ee346df0de9420212
Rename and collapse tls12_get_sigandhash_cbb().

Now that all callers of tls12_get_sigandhash() have been converted to CBB,
collapse tls12_get_sigandhash() and tls12_get_sigandhash_cbb() into a
single function. Rename it to tls12_gethashandsig() to be representative
of the actual order of the sigalgs parameters, and perform some other
clean up.

ok inoguchi@ tb@
lib/libssl/ssl_clnt.c
lib/libssl/ssl_locl.h
lib/libssl/ssl_srvr.c
lib/libssl/t1_lib.c